This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
This is a demo e-commerce website, where people can see the products avillable.
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
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/Mohib75/Specto.git
-
Navigate to the project directory:
cd your-repo-name
-
Install dependencies:
Using npm:
npm install
Using Yarn:
yarn install
-
Start the development server:
Using npm:
npm run dev
Using Yarn:
yarn dev
-
Open your browser and visit:
http://localhost:3000