/Expense-Tracker

Expense Tracker is a web app which helps you keep track of all those expenses

Primary LanguageJavaScript

Expense-Tracker

This is a React application I created while learning React.

image

How it works

Step 1

Click the Add a New Expense button and a form will pop up.

image

Step 2

Add the details for the new expense.

image

Step 3

Click the Add Expense button

image

Get Started

  1. Clone the repo
  2. Execute the command npm install
  3. Run it locally using the command npm start

Which will start a local server at port 3000 by default