node: v18.12.1 npm: 8.19.2
In order to run this project copy the .env.sample file and place it into a .env file
yarn dev
Open http://localhost:3000 with your browser to see the result.
Disclaimer: Loading handler is not part of this iteration, check the logs.
- overall UI redesign according to requirements.
- globalError hook to display proper error messages.
- use Redux or more than one context instead of using a global one.
- StyleComponent or Tailwind CSS could be used instead of using local styles.
- Loading state when selecting table row and when executing request.