This is a simple React application for tracking your expenses.
- Add new expenses with details such as name, amount.
- View a list of all expenses.
- React
- JavaScript (ES6+)
- CSS
Follow these instructions to get a copy of the project up and running on your local machine.
- Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/saikishor164/expense-tracker.git
-
Navigate to the project directory:
cd expense-tracker -
Install dependencies:
npm install
Start the development server:
npm startOpen your browser and visit http://localhost:3000 to view the app.
- 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.
Feel free to contribute to the project. Create a pull request with your changes, and they will be reviewed.
This project is licensed under the MIT License - see the LICENSE.md file for details.