Skip to content

Latest commit

 

History

History
86 lines (52 loc) · 1.97 KB

README.md

File metadata and controls

86 lines (52 loc) · 1.97 KB

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

This is a demo e-commerce website, where people can see the products avillable.

Website Name: Specto

Live Link : https://specto-152e7.web.app/

Here are some features and characteristics of our website

  • full authentication system

  • showcasing all types of products

  • full filtering system

  • Users Can search products

  • pagination system

How to Run Locally

Prerequisites

Make sure you have the following installed on your machine:

Getting Started

  1. Clone the repository:

    git clone https://github.com/Mohib75/Specto.git
    
  2. Navigate to the project directory:

    cd your-repo-name
    
  3. Install dependencies:

    Using npm:

    npm install

    Using Yarn:

    yarn install
  4. Start the development server:

    Using npm:

    npm run dev

    Using Yarn:

    yarn dev
  5. Open your browser and visit:

    http://localhost:3000