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

https://github.com/mrhrifat/mw-react-test

Filter & Fetch Dynamically Data
https://github.com/mrhrifat/mw-react-test

data-filtering dynamically-data-loading filter-data load-dynamicaally mediusware reactjs tabs-management

Last synced: 12 months ago
JSON representation

Filter & Fetch Dynamically Data

Awesome Lists containing this project

README

          


MW React Text


Filter & Fetch Dynamically Data

## Live

- [MW React Test](https://mwreacttest.vercel.app)

## Features

- Problem 1
- Sort by data current state. Like(active, completed, pending, archive)
- Filter data by name & state on click
- Show All, Active & Completed data in tabs
- Problem 2
- Fetch data dynamically by 2 different button. Like (all,usa)
- Show data on modal
- Show each data description on nested modal
- Load more data dynamically by scrolling below
- Show even id's data on cheked
- Redirect to different state from any button
## Development & Testing

If you are exiting & see how it works in local development machine

- Clone repositories
- Install dependencies (Take a Cup of Coffee!)
- Start the server (On successfull)

```
VITE v3.2.7 ready in 249 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
```

- Go to port http://localhost:5173
- Enjoy!

```
git clone https://github.com/mrhrifat/mw-react-test.git
yarn install
yarn dev
http://localhost:5173
```