Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 446 Bytes

File metadata and controls

17 lines (11 loc) · 446 Bytes

React interview project

This project is used as a starting point for interviewing frontend candidates.

The wanted features are working, but the implementation can be improved a lot in many different ways.

This project was bootstrapped with Create React App

To get started:

  • clone
  • npm install
  • npm start

To run the tests:

  • npm run test

or the corresponding yarn commands