FrontEnd in React. Routes Redux.
BackEnd in Express and API (https://fakestoreapi.com/). API is connected to express server and data will get fetched from server to client. Server: 5000 client: 3000 proxy has been set to avoid cors.
Functionality: SPA with routes. Display all products, show product by id. Add to cart, display cart and total calculation Navigate to Checkout.
React Components:
- About
- Card
- Checkout
- Contact
- Footer
- Header
- Home
- Product
- Products
Redux actions:
- Add Item
- Delete Item