Simple Expense Tracker using hooks and the context api. Based on youtube's Traversy Media's Expense Tracker
Live Demo Here
This project was bootstrapped with Create React App.
- download, clone, or fork
npm i && npm start
- CSS split into modules
- Currency Input
- Improved UX for form (focusing, clearing, default values)
- wider container for better reading
- Impruved UX for list by reverse sorting and moving the form above (avoiding user scrolling)