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.
- Host: GitHub
- URL: https://github.com/abdullah-fswd/agentanalytics
- Owner: Abdullah-FSWD
- Created: 2024-06-04T21:10:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T04:11:37.000Z (about 2 years ago)
- Last Synced: 2024-06-06T13:29:25.561Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://agent-analytics.vercel.app
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

2. Detail Page

### 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