Note that if you fork this repository, your responses may be publicly linked to this repo.
Please submit your application along with the solutions attached or linked.
It is important that you minimally attempt the problems, even if you do not arrive at a working solution.
You can either provide a link to an online repository, attach the solution in your application, or whichever method you prefer. We're cool as long as we can view your solution without any pain.
- Go to
/src/problem1 - Run
yarn install - The solutions can be checked via unit test, run
yarn testto check the test output (openindex.test.tsfile to see the test cases)
- Go to
/src/problem2 - Run
yarn install - Run
yarn devto serve the app - Access
http://localhost:5173/via a browser to check the solution implementation
- Go to
/src/problem3 - Open
original-code-block-with-issues.tsxfile. Check the comments for the found issues - Open
refactored-code-block.tsxfile to check the refactored version