A JavaScript learning platform for inmates in San Quentin State Prison.
User: Students; Staff
- Students pull questions from Coding-Problems repository.
- Students are given preliminary feedback on their answers by running a CLI code checker.
- Students submit their answers to Coding-Problems repository.
- Submissions are graded.
- Git repository that stores the problems and students' submissions on different branches.
- CLI code checker that visualizes the pass/failed tests.
- Unit tests for the coding problems