Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.14 KB

Demo user list app

Description

This app presents a simple list of users. The users can be filtered with fuzzy search (approximate string matching) and sorted by age in ascending order. Clicking on the users results with small popup window containing info from which country the user comes from.

Build and start

In the project directory, you can run:

yarn install

Installs the dependencies.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Tech stack and used dependencies

This project was bootstrapped with Create React App.

Screenshots