Skip to content

VictorBravim/MeshWear

Repository files navigation

🏪 MeshWear

211shots_so

🚀 Overview

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.

📋 Requirements

  • React e ReactDOM
  • Vite (bundler)
  • Zustand (gerenciamento de estado)
  • React Router (navegação)
  • Axios (requisições HTTP)

🔧 Installation

  1. Clone this repository:
git clone https://github.com/VictorBravim/MeshWear.git
  1. Install dependencies:
npm install
  1. Launch the application:
npm run dev

🛠️ Project Structure

  • 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.

📄 License