Shopping cart created with React for The Odin Project.
Here is a working live demo: https://kapaha.github.io/shopping-cart/
git clone git@github.com:kapaha/shopping-cart.git
cd shopping-cart
npm install
npm run start
This project was created as a part of the Javascript course with The Odin Project.
This project was very fun but challenging and helped me to consolidate my knowledge of how react hooks work.
- Responsive design
- Local storage - cart items are saved
- Client-side form validation
- Skeleton loading screens
- A11y - tested using Mac Voiceover
- React
- React Router
- Styled-components
- fakestoreapi
The project is finished, however I may continue to improve on it as my knowledge of web development improves.