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

https://github.com/razzbabu4/product-details-page

A responsive Product Details Landing Page built with React and styled using Tailwind CSS. It integrates a third-party API to fetch and display dynamic product information in real-time.
https://github.com/razzbabu4/product-details-page

axios-react daisyui-react environment-variables reactjs tailwindcss

Last synced: 21 days ago
JSON representation

A responsive Product Details Landing Page built with React and styled using Tailwind CSS. It integrates a third-party API to fetch and display dynamic product information in real-time.

Awesome Lists containing this project

README

        

# Product Details Page

## Run the Project Locally

1. **Clone the Repository**:

```sh
git clone https://github.com/razzbabu4/product-details-page.git
cd product-details-page
```

2. **Install Dependencies**:

```sh
npm install
```

3. **Set Up Environment Variables**:

Create a `.env` file in the root directory and add the necessary environment variables. (**Important!**)

5. **Run the Application**:

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

6. **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.