This is a page that can show records to see where you spend your money on.
- Create an account to arrange your private list, with various functions below.
- Scroll on the homepage to easily browse a expense record list, including its name, cost, date and category.
- You can also edit every record by clicking on the edit button.
- Click on the dropdown button to see specific records by its category.
- Node.js: v 19.8.1
- Express: v 4.18.2
- Use terminal to clone the project
git clone https://github.com/jamiennn/expense-tracker.git- Install node modules
npm install- Run the seeder
npm run seed- Run the server
npm run dev