Thank you for taking the time to attempt this challenge.
These tests are used to evaluate candidates of all skill levels so please complete them to a level you feel is an accurate representation of your skill set.
Please read README-FRONTEND.md
for further instructions.
If you have any questions or would like to clarify any details, please email [email protected].
Good luck!
Fork the repository, clone it to your local system, then:
yarn (or npm install)
yarn dev (or npm run dev)
Notes:
I split the app into individual components in a way that I thought made sense, and implemented the required functionality. I have done this in a fairly basic way, by keeping all app state in the App class and passing functionality down to the components as props. I have not implemented any testing. I tried to use Jest for this but I am not very familiar with it.