Skip to content

oaknorthbank/react-ui-pairing-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👩‍💻👨‍💻 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published