Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 483 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 483 Bytes

Expense-Tracker

A tool which displays a list of expenses a person has done. You can filter the expenses on basis of year. It also displays a chart that shows the expenses done on each month.

Installation

Clone this repository:

git clone https://github.com/akash-268/Expense-Tracker.git

Install the Dependencies.

Make sure you have nodejs & npm installed in your system.

npm install

Run it.

npm start