Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.11 KB

File metadata and controls

43 lines (33 loc) · 1.11 KB

MyStore Frontend

Welcome to the MyStore Frontend repository! This project is designed to provide a seamless shopping experience for users, allowing them to browse products, manage their cart, and complete purchases efficiently.

Features

  • User-friendly interface for browsing products
  • Shopping cart functionality
  • Payment functionality
  • User authentication and profile management
  • Responsive design for mobile and desktop
  • Integration with backend API for product and order management

Getting Started

To get a local copy up and running follow these simple steps:

  1. Clone the repository

    git clone https://github.com/Lucalopezz/MyStore-Frontend.git
  2. Navigate to the project directory

    cd MyStore-Frontend
  3. Install NPM packages

    npm install
  4. Start the development server

    npm start
  5. Open your browser and visit http://localhost:3000

Usage

Once the application is running, you can:

  • Browse through the available products.
  • Add items to your cart.
  • Proceed to checkout and complete your purchase.