Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 893 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 893 Bytes

Expense Tracker App

An application to track your expenses by entering your income and expense items. Shows the current balance and the list of transactions entered. Also has dark mode feature(lol)

The website is live at https://p-murli.github.io/expense-tracker/

Project Screen Shots

Installation and Setup Instructions

The main branch contains the development code and the gh-pages branch contains the deployed code.

Setup

Clone this repository and checkout main branch for development. You will need node and npm installed globally on your machine.

Installation:

To Start Server: npm start

Usage:

To Visit dev version of app: localhost:3000