This is a simple expense tracker app built with React. Users can add new expenses, filter them by year, and view a chart representation of their expenses.
- Add new expenses with title, amount, and date.
- Filter expenses by year.
- View a chart representation of expenses by month.
-
Clone this repository to your local machine:
git clone https://github.com/nirmitkotadiya/Expense_Tracker.git
-
Navigate to the project directory in your terminal:
cd Expense_Tracker
-
Run the following command to install dependencies:
npm install
-
Run the development server:
npm start
-
Open your web browser and visit http://localhost:3000 to use the Expense Tracker App.
-
Use the app to add, filter, and view expenses.
If you would like to contribute to this project, please follow these steps:
- Fork the project.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure that the code is properly documented.
- Test your changes thoroughly.
- Submit a pull request with a clear description of your changes.
This Expense Tracker App was created by Nirmit Kotadiya and Dharmik Donda.
Feel free to use and modify this Expense Tracker App for your own educational purposes or as part of a React project. If you have any questions or need assistance, please contact the author.
Enjoy the Expense Tracker App!