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

https://github.com/abdullah-fswd/agentanalytics

This repository contains a Product Page application built using React, Tailwind CSS, and a JSON server for mock API data. The application is fully responsive and works seamlessly across all screen sizes.
https://github.com/abdullah-fswd/agentanalytics

Last synced: over 1 year ago
JSON representation

This repository contains a Product Page application built using React, Tailwind CSS, and a JSON server for mock API data. The application is fully responsive and works seamlessly across all screen sizes.

Awesome Lists containing this project

README

          

## Overview

This repository contains a Product Page application built using React, Tailwind CSS, and a JSON server for mock API data. The application is fully responsive and works seamlessly across all screen sizes.

## Features
1. React: Utilized for building the dynamic user interface.
2. Tailwind CSS: Used for styling the application with utility-first CSS framework.
3. JSON Server: Implemented to create a mock API for serving product data.
4. Responsive Design: Ensured the application is fully responsive and looks great on all devices.

### Example

1. Product Page
![image](https://github.com/Abdullah-FSWD/agentAnalytics/assets/93380704/59149b3e-1b41-42d2-bc8c-db70166ccab2)
2. Detail Page
![image](https://github.com/Abdullah-FSWD/agentAnalytics/assets/93380704/809ced9c-133d-420f-b66b-83e9e21ef9a0)

### Getting Started
1. Clone the repository:
```base
git clone https://github.com/Abdullah-FSWD/agent-analytics.git
cd agent-analytics

2. Install the dependencies:
```base
npm install
# or if you prefer yarn
yarn install

3. Start the application:
```base
npm start
# or if you prefer yarn
yarn start

this will start the react server as well as the JSON server.
- React server will run `http://localhost:3000`
- JSON server will run `http://localhost:4000/products`

### Contact
For any inquiries or feedback, feel free to reach out to:

Name: Md Abdullah Ansari
Email: ansarimdabdullah794@gmail.com
GitHub: Abdullah-FSWD