E-commerce-React-Strapi

Design preview Design preview Design preview

Table of contents

Overview

The challenge

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.

My process

Built with

  • React (VITE)
  • TypeScript
  • CSS modules
  • Strapi (Products data)
  • Redux (Manage data when we add it to the cart)

Author

How to use

  • 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