Skip to content

Cachilox/technical-test

Repository files navigation

Technical test with TypeScript and React

This is a technical test from a European company for the Frontend engineer position.

The objective of this technical test is to create an application similar to the one provided in this link: https://midu-react-11.surge.sh/. To achieve this you need to use the API provided by https://randomuser.me/.

The steps to follow:

  • Fetch 100 rows of data using the API.
  • Display the data in a table format, similar to the example.
  • Provide the option to color rows as shown in the example.
  • Allow the data to be sorted by country as demonstrated in the example.
  • Enable the ability to delete a row as shown in the example.
  • Implement a feature that allows the user to restore the initial state, meaning that all deleted rows will be recovered.
  • Handle any potential errors that may occur.
  • Implement a feature that allows the user to filter the data by country.
  • Avoid sorting users again the data when the user is changing filter by country.
  • Sort by clicking on the column header.

Releases

No releases published

Packages

No packages published