https://github.com/siyamulislam/react-task-solve
https://github.com/siyamulislam/react-task-solve
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siyamulislam/react-task-solve
- Owner: siyamulislam
- Created: 2024-03-05T09:34:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T14:49:08.000Z (over 1 year ago)
- Last Synced: 2024-12-28T17:21:11.333Z (7 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

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