This is a technical challenge to prove my frontend expertise.
First, install the project dependencies
npm install
Then just start the app
npm start
And you're ready to go!
This app was developed with React, Typescript and ChakraUI. It was initialized with Create React App.
Throughout the codebase you'll see components made with Chakra's styled system. Layouts, inputs and even the table was made granularly with this technic.
To carry out the task of updating and filtering I used React's context API.
To interact with the system without the hassle of downloading you can visit it's website!
This challenge is deployed in AWS using Amplify's hosting service.