This is an expense tracker made with ReactJS. This is a very simple application that uses the basics of ReactJS, including (but not limited to):
- Division of components
- Stateful and Stateless components
- Rendering lists
- Rendering optional content
- Styling
To run this application on your local machine, please follow these steps:
- Clone this repository on your local machine using
git clone https://github.com/ojas-sethi/react-expense-tracker.git - Open your terminal and navigate to this project folder within the terminal
- Run
npm installto install the dependencies for this project - Finally, run
npm startafter the dependencies have been installed - This should open the project in your web browser