Simple expense tracker with two fields: "Item Name" and "Amount." You can add items to a list, clear the list altogether, and view the total spending. This tracker helps you manage your expenses efficiently with minimal hassle.
#You Can learn this things from this project
- Responsive Web design with tailwind CSS
- Handel basic input field
- Component Reusability
- Data transfer through Props
- Local storage get & store & clear operation
- Spread operation
- proper use of useState & useEffect hooks
- Use of Reducer function
- Use of Map function
- Basic use of trim() & conditional rendering using ternary operator