Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohib75/specto

This is a demo e-commerce website, where people can see the products avillable.
https://github.com/mohib75/specto

axios daisyui firebase helmet-async react reactrouter tailwindcss

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

# 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:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

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:

- [Node.js](https://nodejs.org/) (version 14 or higher)
- [npm](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/)

### Getting Started

1. **Clone the repository:**

```bash
git clone https://github.com/Mohib75/Specto.git

2. **Navigate to the project directory:**

```bash
cd your-repo-name

3. **Install dependencies:**

Using npm:
```bash
npm install
```

Using Yarn:
```bash
yarn install
```

4. **Start the development server:**

Using npm:
```bash
npm run dev
```

Using Yarn:
```bash
yarn dev
```

5. **Open your browser and visit:**

```arduino
http://localhost:3000