Skip to content

Files

Latest commit

52a8500 · Jan 21, 2023

History

History
21 lines (16 loc) · 476 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 476 Bytes

Expense Tracker React App

This is a sample Expense Tracker React App. This sample app was a part of react workshop.

Instructions

First clone this repository.

$ git clone https://github.com/Pankajjajra/expense-tracker-react.git

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install # or yarn

Run it

$ npm start # or yarn start