This is an expense tracker app built with React as a project from Udemy course.
This is a web application built with React that allows users to track their expenses. At the moment, users can only add as well as view their expense history and a summary of their expenses each year.
To get started with the application, you will need to have Node.js and npm installed on your machine.
Clone the repository to your local machine. Open a terminal and navigate to the project directory. Run npm install to install the dependencies. Run npm start to start the development server. Open a web browser and go to http://localhost:3000 to view the application. Or you can view live website here https://expense-tracker-dedekurnn.vercel.app/
Add new expenses with a description, amount, and date. View a summary of expenses by year, month, or category. View a history of each year.
React
Adding user authentication to allow multiple users to track their expenses. Adding data visualization features to help users better understand their expenses. Improving the UI/UX design to make the application more visually appealing and user-friendly. Adding edit and delete expenses feature. Adding filter by month feature.