https://github.com/divyam751/cubehq.ai
Customer Details Portal, It allows users to view a list of customers, select a customer to view their details, and fetch random photos from Unsplash API.
https://github.com/divyam751/cubehq.ai
css json-server react redux-toolkit rest-api typescript
Last synced: 2 months ago
JSON representation
Customer Details Portal, It allows users to view a list of customers, select a customer to view their details, and fetch random photos from Unsplash API.
- Host: GitHub
- URL: https://github.com/divyam751/cubehq.ai
- Owner: divyam751
- Created: 2024-04-03T17:29:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T11:09:48.000Z (about 2 years ago)
- Last Synced: 2025-03-30T23:28:24.229Z (about 1 year ago)
- Topics: css, json-server, react, redux-toolkit, rest-api, typescript
- Language: TypeScript
- Homepage: https://cubehq-ai.vercel.app
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Customer Details Portal
This project is a Customer Details Portal developed using TypeScript, React, Redux Toolkit, and Vite. It allows users to view a list of customers, select a customer to view their details, and fetch random photos from Unsplash API.
### Deployed Application
The project is deployed and accessible at [Customer Details Portal](https://cubehq-ai.vercel.app/).
### Technologies Used
- TypeScript
- React
- Redux Toolkit
- Vite
- Axios
### Features
- Fetches a list of customers from a mock API.
- Displays customer details and allows selecting a customer to view their details.
- Fetches random photos from the Unsplash API and displays them.
- Implements pagination to load more customers.
- Uses Redux Toolkit for state management.
- Styled using CSS.
### Usage
1. Clone the repository:
```
git clone
```
2. Install dependencies:
```
npm install
```
3. Run the development server:
```
npm run dev
```
4. Open the application in your browser at [http://localhost:3000](http://localhost:3000).
### Images

