Skip to content

saikishorr/Expense-Tracker

Repository files navigation

Expense Tracker React App

This is a simple React application for tracking your expenses.

Features

  • Add new expenses with details such as name, amount.
  • View a list of all expenses.

Technologies Used

  • React
  • JavaScript (ES6+)
  • CSS

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Prerequisites

  • Node.js and npm installed on your machine.

Installing

  1. Clone the repository:

    git clone https://github.com/saikishor164/expense-tracker.git
  2. Navigate to the project directory:

    cd expense-tracker
  3. Install dependencies:

    npm install

Running the App

Start the development server:

npm start

Open your browser and visit http://localhost:3000 to view the app.

Usage

  • Add new expenses by clicking the "Add Expense" button.
  • View your expenses in the list.
  • Use the date filter to view expenses for a specific date.

Contributing

Feel free to contribute to the project. Create a pull request with your changes, and they will be reviewed.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Releases

No releases published

Packages

No packages published