Interactive coding tutorials inside of the Atom editor.
** Currently early alpha. Expect issues & changes. **
apm install atom-coderoad
To enable autosave in Atom, go to Atom > Preferences > Packages > search for "autosave" > settings > check "enabled".
- Extended demo
@hints
API- Docs
- Autorun test setting
- Improved test failure display
- Lint for input errors before running (ESLint)
- Loaders for different file types (TypeScript, CoffeeScript, etc.)
@use
API for page feature choices- Improved animations
- Test Tools to generate common unit test configurations
- More test runners to support different programming languages (currently only Mocha test runner for JS)
- Optional page templates
- User accounts
- Record progress to db
- Tutorial ratings
- Suggestions?