π View Deployment on GitHub Pages π
This web app uses state management in React to allow a user to view, sort and filter through a list of users in a directory.
Navigate into the repository folder on your local machine and open the built-in terminal. You will need Node.js installed to run this application.
- On the command line, type
npm ito pull the app's dependencies to your local. - Type
npm startto run the application locally. - Navigate to
http://localhost:3000to view the development server.
- When the components mount to the DOM, a table of users from the Random User Generator is displayed.
- Click
Sort A-Zto sort the results by last name. - Use the inline form to input a State and click
Filterto view the results. - These results can then be sorted by last name.
- Click
Clear Filterto return a new set of users.
| Sorted by Name | Filtered by State |
|---|---|
π Links in Bio @katsign
This project is MIT licensed. Β© 2021