Skip to content

mrhrifat/mw-react-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filter & Fetch Dynamically Data

Live

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
git clone https://github.com/mrhrifat/mw-react-test.git
yarn install
yarn dev
http://localhost:5173