Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siyamulislam/react-task-solve
https://github.com/siyamulislam/react-task-solve
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/siyamulislam/react-task-solve
- Owner: siyamulislam
- Created: 2024-03-05T09:34:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T14:49:08.000Z (10 months ago)
- Last Synced: 2024-11-07T15:33:26.847Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://react-task-solve.vercel.app
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-task-solve
Problem 1 : Insert data and filter by priority
Problem 2 : Fetch data from Rest API and Show in 2 Modal. Also Search & infinity Scroll.
## Demo
Insert gif or link to demo
Live Preview: https://react-task-solve.vercel.app/
Live Video: https://youtu.be/LQAsl9Mr3WM
## Screenshots
![image](https://github.com/siyamulislam/react-task-solve/assets/53119070/fc2db199-9fd9-4f0d-8460-179a54a33c58)![image](https://github.com/siyamulislam/react-task-solve/assets/53119070/8a0cb2b7-7df7-4ea5-97b1-85275f5f7ee0)
## Authors
- [@siyamulislam](https://www.github.com/siyamulislam)
## API Reference
[*api-doc](https://contact.mediusware.com/api-doc/)
#### Get all contacts
```http
GET /api/contacts/
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `page` | `number` | |
| `page_size` | `number` | |
| `search` | `string` | |#### Get US contacts
```http
GET /api/country-contacts/United%20States/
```| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `page` | `number` | |
| `page_size` | `number` | |
| `search` | `string` | |
## Running Tests
To run tests, run the following command
```bash
npm run dev
```