Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luiggi-piero/randomuser-list-react-query
Consumo de la api random-user
https://github.com/luiggi-piero/randomuser-list-react-query
react react-query react-query-devtools
Last synced: about 1 month ago
JSON representation
Consumo de la api random-user
- Host: GitHub
- URL: https://github.com/luiggi-piero/randomuser-list-react-query
- Owner: Luiggi-piero
- Created: 2024-04-23T19:04:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T19:04:56.000Z (7 months ago)
- Last Synced: 2024-10-05T17:17:44.429Z (about 2 months ago)
- Topics: react, react-query, react-query-devtools
- Language: TypeScript
- Homepage: https://random-users-rq.netlify.app/
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript y React
El objetivo es crear una aplicación similar a la que se proporciona en este enlace: https://midu-react-11.surge.sh/. Para lograr esto, debe usar la API proporcionada por https://randomuser.me/.
Los pasos a seguir:
- [x] Fetch 100 rows of data using the API.
- [x] Display the data in a table format, similar to the example.
- [x] Provide the option to color rows as shown in the example.
- [x] Allow the data to be sorted by country as demonstrated in the example.
- [x] Enable the ability to delete a row as shown in the example.
- [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] Avoid sorting users again the data when the user is changing filter by country.
- [x] Sort by clicking on the column header.![image](https://github.com/Luiggi-piero/randomuser-list/assets/86317658/ea8f333f-632e-4374-aa15-457fa07ede8a)