It is a simple React application to add and view expenses. Following are the functionalities:
- Filter list of expenses based on year
- Form to add expenses
- Bar chart to show monthly expenses
React (ReactJS)- 17.0.1
The project has used the following concepts:
- Components
- Data transfer via 'props'
- React State (useState)
- Form inputs and event listeners
- Child to Parent component communication
- Rendering Lists and Conditional Content
Clone the repository and run the following commands:
npm install
npm start