This web app helps you track your daily expences. Everytime you spend something, you add that money on this web app & it will save at what time and date you have spent money. You can also delete expenditures & it updates automatically.
It's live visit 👉
https://money-expenditure-tracker.onrender.com/
Front-end: EJS, HTML, CSS, Bootstrap
Back-end: Node.js, Express.js, Javascript
Database: MongoDB
Deployed on: Render
- Account create
- User (Cookie based) authentication
- CRUD operation
- Login & Logout
Clone the project
git clone https://github.com/satyadalei/money-expenditure-tracker.git
Go to the project directory
cd money-expenditure-tracker
Install dependencies
npm install
Start the server
nodemon app.js
Open browser and type url
http://localhost:3000