This repo will serve as a starting point for your code challenge. Feel free to change anything in order to complete it: Add modules, other tests, new packages etc.
- Fork this repo
- Clone your fork
- Finish the exercise
- Push your best work
yarn run start # Run the main script
dev # Start development mode
test # Test the code
- Write modern JS with babel/preset-env
- Test your code with jest
Good luck!