Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 743 Bytes

README.md

File metadata and controls

35 lines (16 loc) · 743 Bytes

Expense-Tracker

The application helps you track your expenses for different years.

You can add the item along with their cost and date purchased.

Filter by year helps you to ,find your expenses for that year across different months through the expenses bar.

Preview:

Screenshot 2021-06-08 at 6 07 59 PM

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To Visit App:

localhost:3000