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

https://github.com/razzbabu4/alternative-product-information-client

Swap Seek is a full-stack project where users can view and recommend alternative products. Users can add their own products, see recent queries, and add recommendations. It features a home page with navigation, recent queries, and a review section. Users can view their recommendations and those made by others for their queries.
https://github.com/razzbabu4/alternative-product-information-client

daisyui-react firebase-auth firebase-hosting react react-router-dom tailwind-css

Last synced: 21 days ago
JSON representation

Swap Seek is a full-stack project where users can view and recommend alternative products. Users can add their own products, see recent queries, and add recommendations. It features a home page with navigation, recent queries, and a review section. Users can view their recommendations and those made by others for their queries.

Awesome Lists containing this project

README

        

# Swap Seek

## Necessary Link
- Live Link: https://alternative-product-info.web.app
- Server Repository: https://github.com/razzbabu4/alternative-product-information-server

## Features
- High Quality: Products that match or exceed leading brands in performance and durability.
- Affordable Prices: Competitive pricing that ensures value without compromising on quality.
- Eco-Friendly: Sustainable products with environmentally conscious packaging.
- Customer Support: Dedicated team providing reliable and friendly assistance.
- Wide Selection: Extensive range of products catering to diverse needs and preferences.

## Run the Project Locally

1. **Clone the Repository**:

```sh
git clone https://github.com/razzbabu4/alternative-product-information-client.git
cd alternative-product-information-client
```

2. **Install Dependencies**:

```sh
npm install
```

3. **Set Up Environment Variables**: Create a `.env.local` file in the root directory and add the necessary environment variables. (**Important!**)

4. **Run the Application**:

```sh
npm run dev -- --host
```

5. **Access the Site**: Open your browser and go to `http://localhost:5173/` or `http://192.168.1.12:5173/` from other devices on the same network to view the application.