Skip to content

kelvin-du/99tech-code-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

99Tech Code Challenge #1

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.

Submission

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.

How to check solutions

Problem 1

  • Go to /src/problem1
  • Run yarn install
  • The solutions can be checked via unit test, run yarn test to check the test output (open index.test.ts file to see the test cases)

Problem 2

  • Go to /src/problem2
  • Run yarn install
  • Run yarn dev to serve the app
  • Access http://localhost:5173/ via a browser to check the solution implementation

Problem 3

  • Go to /src/problem3
  • Open original-code-block-with-issues.tsx file. Check the comments for the found issues
  • Open refactored-code-block.tsx file to check the refactored version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors