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/
The main
branch contains the development code and the gh-pages
branch contains the deployed code.
Clone this repository and checkout main branch for development.
You will need node
and npm
installed globally on your machine.
To Start Server: npm start
To Visit dev version of app: localhost:3000