Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mohib75/specto
- Owner: Mohib75
- Created: 2024-08-18T10:37:03.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T11:13:46.000Z (5 months ago)
- Last Synced: 2024-11-10T12:39:29.054Z (2 months ago)
- Topics: axios, daisyui, firebase, helmet-async, react, reactrouter, tailwindcss
- Language: JavaScript
- Homepage: https://specto-152e7.web.app/
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 RefreshThis 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.git2. **Navigate to the project directory:**
```bash
cd your-repo-name3. **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