Expense Tracker is a web application built using the MERN stack (MongoDB, Express.js, React.js, Node.js). It allows users to manage and track their expenses.
You can check out the live demo of the project at the following URLs:
- Frontend: https://expense-tracker-frontend-omega.vercel.app/
- Backend: https://expense-tracker-api-k3sr.onrender.com
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB
- Add, update, and delete expenses.
- View a summary of expenses.
- (Add more features here...)
To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://github.com/Prateek-Wayne/expense-tracker-frontend.git
- Install dependencies:
npm install
- Start the server:
npm start
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.
MIT