This is a sample Expense Tracker React App. This sample app was a part of react workshop.
First clone this repository.
$ git clone https://github.com/Pankajjajra/expense-tracker-react.gitInstall dependencies. Make sure you already have nodejs & npm installed in your system.
$ npm install # or yarnRun it
$ npm start # or yarn start