This repo contains the exercises for Bitovi’s trainings.
Each folder in this repo is one training “bit” and contains all the exercises for that bit. Inside each “bit” folder are problem and solution folders (the base examples in problem and the completed example in solution).
CodeSandbox’s Synced Templates allows us to dynamically create a CodeSandbox from a folder within the repo.
For example, the intro-to-accessibility-first/semantic-sections/problem folder can be created into a CodeSandbox with this link: https://codesandbox.io/s/github/bitovi/trainings/tree/main/intro-to-accessibility-first/semantic-sections/problem.
To add an exercise, open a Pull Request that follows the intro-to-accessibility-first/semantic-sections example.
Your exercise should include problem and solution folders. Inside the problem folder, be sure to include the .codesandbox folder to customize how your exercise appears in CodeSandbox.