This is a React application I created while learning React.
Click the
Add a New Expense
button and a form will pop up.
Add the details for the new expense.
Click the
Add Expense
button
- Clone the repo
- Execute the command
npm install
- Run it locally using the command
npm start
Which will start a local server at port 3000 by default