- A Budgeting App right in your Browser.
- Tech used: useState Hooks, component level state Mangement and Dynamically rendered the list, Conditionally Modified the component display
- Has the facility of adding more expenses to the expense management system here.
- Displays the Spending in terms of Mercury bars allowing for quick comparison.
Tech Used: ** React.js, JSX, javascript, CSS**, Visual Studio Code, Github.
- Clone the repo
- Change directory using cd command into the project folder
- Run npm install
- Run npm start
- E N J O Y
- The list of expenses shows what all expenses were made in which month of the year
- The filters are used to control which year's expenses one wants to see
- The chart represents the relative expenses one has made
- Add New Expense presents a short form to add new expenses
- Add New Expenses is a toggle Button
- It was a fun project, I enjoyed Creating this small budgeting app which we are all told to maintain (but we rarely do)
- Learnt about React, its Hooks, its DOM update Cycles, and how to structure The Application.