Small React app that calls an external API with 100k user records, stores all the records on memory and filter and paginate them to display to the user, controlling the app state with useReducer.
Hosted at Cloudflare Pages
- Call API
- List Users
- Search by Name
- Debounce search to improve performance
- Paginate search results
- Create user friendly interface
- Host on the web
- Search by age
- Allow user to change number of records per page
- Testing
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.