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.
- Host: GitHub
- URL: https://github.com/razzbabu4/alternative-product-information-client
- Owner: razzbabu4
- Created: 2024-06-23T04:37:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T12:38:12.000Z (5 months ago)
- Last Synced: 2025-02-13T23:18:36.549Z (2 months ago)
- Topics: daisyui-react, firebase-auth, firebase-hosting, react, react-router-dom, tailwind-css
- Language: JavaScript
- Homepage: https://alternative-product-info.web.app
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.