This project is a clothing e-commerce developed in React with Vite as a bundler. It uses the FakeStore API to obtain product data, Zustand for state management, and includes features such as shopping cart and checkout.
- React e ReactDOM
- Vite (bundler)
- Zustand (gerenciamento de estado)
- React Router (navegação)
- Axios (requisições HTTP)
- Clone this repository:
git clone https://github.com/VictorBravim/MeshWear.git
- Install dependencies:
npm install
- Launch the application:
npm run dev
- Explore Products: Main page that displays products obtained from the FakeStore API.
- Product Details: Detailed view page for each product.
- Shopping Cart: Use Zustand to manage the status of the cart.
- Checkout: Checkout page to review the products in the cart and finalize the purchase.
- This project is licensed under the MIT License.