Link to project: https://budget-tracker-w4hh.onrender.com
Tech used: EJS, CSS, JavaScript, Node.js, MongoDB
This application is a budget tracker where users can add, edit and entries based off the catergory of the entry. It uses Node.js and Express.js for server-side logic. EJS templates handle front-end rendering, and MongoDB stores tasks and user data.
- Clone repo
- run
npm install
- run
npm run savage
- Navigate to
localhost:7000