Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajgadev/react-technical-test-55k
https://github.com/ajgadev/react-technical-test-55k
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajgadev/react-technical-test-55k
- Owner: ajgadev
- Created: 2023-10-09T19:14:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-09T19:20:31.000Z (over 1 year ago)
- Last Synced: 2024-05-04T13:35:38.428Z (8 months ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Vite
# Test
Use the data provided by the API https://randomuser.me/
Steps to follow:
- [x] Fetch 100 rows of data using the API
- [x] Display the data in a table format.
- [x] Provide the option to color rows.
- [x] Allow the data to be sorted by country.
- [x] Enable the ability to delete a row.
- [x] Implement a feature that allows the user to restore the initial state, meaning that all deleted rows will be recovered
- [x] Handle any potential errors that may occur.
- [x] Implement a feature that allows the user to filter the data by country.
- [x] Sort by clicking on the column header.pnpm install
pnpm run dev