A simple Expense Tracker CLI built with Node.js and Express. This project is part of the roadmap.sh backend projects.
• 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