This is the homepage that lists out all the added expenses in the database. Even though I've not added any database, I've stored all the expenses values in a variable that can be stored into any database using API (or any other database that you want)
After clicking on Add New Expense button, you will end up seeing a new form to add a new expense which you can see in the screenshot. Here you can set the title, price, and also date for that specific expense.
Getting started with this project is really simple because this is a mini project and does not have advanced features.
-
Clone the repo
https://github.com/SaadatAliKlasra/Expense-Tracker.git
-
Install nodejs
-
Install Dependencies
npx install
-
Run Server
npx start