pedr / people-search-100k

Small React app that filter through 100k records users on memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In-Memory filter pagination + React

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

Tasks

  • 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

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

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.

About

Small React app that filter through 100k records users on memory


Languages

Language:JavaScript 86.2%Language:HTML 11.4%Language:CSS 2.4%