Your users should be able to:
•Browse the web, see different categories of products, filter by price, type of product and order by price, add products to the cart, and see it.
•Responsive website.
- React (VITE)
- TypeScript
- CSS modules
- Strapi (Products data)
- Redux (Manage data when we add it to the cart)
- Website - Lautaro Espinillo
- Download repo
- Into api folder, do npm install
- Then run this command -> npm run develop (you need to configure mysql)
- Into client/ecommerce-react-ts folder, do npm install
- Then run this command -> npm run dev