Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.06 KB

👩‍💻👨‍💻 React UI pairing exercise

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).

💻 System prerequisites

This app assumes you have the following installed globally:

  1. nvm
  2. yarn (or npm)

📚 Set up

Install the dependencies and run the app:

nvm use
yarn install
yarn start

You can verify the application is running correctly by visiting http://localhost:5173.

🧪 Running the tests

Run the tests in watch-mode by running:

yarn test --watch

📝 Notes

  • 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 main branch should be kept clean