This is a pairing exercise for prospective software engineers.
The aim is to create a responsive table similar to the screenshot in dashboard.png.
The candidate should guide the exercise and do as much as is feasible within the time limit (~40-45 minutes).
This app assumes you have the following installed globally:
Install the dependencies and run the app:
nvm use
yarn install
yarn startYou can verify the application is running correctly by visiting http://localhost:5173.
Run the tests in watch-mode by running:
yarn test --watch- All code should be written test-first (TDD)
- The candidate can Google things or ask for help
- The candidate can install libraries to help complete the exercise if they wish
- The
mainbranch should be kept clean