Skip to content

a simple expense tracker application to manage your finances. The application should allow users to add, delete, and view their expenses. The application should also provide a summary of the expenses.

hamidrezaghavami/Expense-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Expense Tracker

A simple Expense Tracker CLI built with Node.js and Express. This project is part of the roadmap.sh backend projects.

Features

•	Add Expenses – Record your spending with details like title, amount, category, and date.
•	View Expenses – List all your expenses or filter by category and date.
•	Update & Delete – Modify or remove expenses as needed.
•	JSON Storage – All data is stored in JSON files for simplicity.

📦 ## Installation 1. Clone the repository:

git clone https://github.com/hamidrezaghavami/Expense-Tracker.git cd Expense-Tracker

2.	Install dependencies:

npm install

3.	Start the server:

node index.js

The API will run at localhost:3000 (or your chosen port).

🔗 ## Project Link

Check the project guide here: https://roadmap.sh/projects/expense-tracker

About

a simple expense tracker application to manage your finances. The application should allow users to add, delete, and view their expenses. The application should also provide a summary of the expenses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published