- You must test all your solutions
- You have one week to solve each test
- Ask for help if needed
- Think, think and think, create something, and then ask for help if you still can't solve
- Make a beatiful code
- Use gitflow to create the PRs
- Your tests has to be 100% passing
Before start, run
yarn install
To run a specific test, run:
yarn run test:watch path/to/the/test.ts
it will run in watch mode, which helps
The idea of this project is to test your habilities on JS/TS, increase your knowledge and have fun!