Front End Code Exercises

This repo is used as a monorepo to house different code exercises for people that are interviewing for Front End positions at SmileDirectClub. Each child directory is a different code exercise.

Adding new code tests

  1. Check out a feature branch off of main - git checkout -b feature/your-branch-name
  2. Add a new directory to the root of this repo for each code exercise. The root of this repo should not have any processes or dependencies managed. Each exercise should contain all necessary dependencies and setup inside their relative directory.
  3. Make a Pull Request to main

NOTE: You should never use any sensitive or private information in code exercises. These should be safe to send out to the public.

Providing code tests to candidates

Since this is a private repo, you will need to compress/zip the folder for your code exercise, and send that to your candidate. They are free to host the test on a public git repo of their choice for returning their exercise.