Expense Tracker
Developed an Expense Tracker Web App using ReactJS turned into a PWA (Progressive Web App) to track all the transactions done.
Built using -
- ReactJS
- Material-UI
View Live
Installation
- To setup the app for development on your local machine, please follow the instructions below:
-
Clone the repository to your machine
git clone https://github.com/ravigithub19/expense-tracker.git cd expense-tracker
-
Install packages
- If you use
npm
npm install
or
- If you use
yarn
yarn
- If you use
-
Run the development server
- If you use
npm
npm start
or
- If you use
yarn
yarn start
- If you use