Description
A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding.
teachcode alternatives and similar libraries
Based on the "NodeJS" category.
Alternatively, view teachcode alternatives based on common mentions on social networks and blogs.
-
Crawlee
Crawlee—A web scraping and browser automation library for Node.js to build reliable crawlers. In JavaScript and TypeScript. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other files from websites. Works with Puppeteer, Playwright, Cheerio, JSDOM, and raw HTTP. Both headful and headless mode. With proxy rotation. -
Gluon
DISCONTINUED. A new framework for creating desktop apps from websites, using system installed browsers and NodeJS -
pwa-asset-generator
Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines. -
Stylify
💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎. -
Autometrics
Easily add metrics to your system – and actually understand them using automatically customized Prometheus queries -
DIOD
A very opinionated inversion of control (IoC) container and dependency injector for Typescript, Node.js or browser apps. -
github-star-search
A CLI that search your github starred repositories offline through README , description and other fields. -
Brainyduck
🐥 A micro "no-backend" framework 🤯 Quickly build powerful BaaS using only your graphql schemas -
jirax
:sunglasses: :computer: Simple and flexible CLI Tool for your daily JIRA activity (supported on all OSes) -
zeit
Clock and task scheduler for node.js applications, providing extensive control of time and callback scheduling in prod and test code -
chef-express
Command Line Interface Static Files Server written in TypeScript for Single Page Applications serving in Node with Express -
chef-socket
Command Line Interface Static Files Server written in TypeScript for Single Page Applications serving in Node with Socket.IO -
Be notified of new signups in your app using Firebase Authentication and Google Chat
0.2 10.0 teachcode VS Be notified of new signups in your app using Firebase Authentication and Google ChatBe notified of new signups in your app directly in Google Chat
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of teachcode or a related project?
README
teachcode A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding.
Chat: Telegram
Installation
npm install -g teach-code
How to use
Users are required to solve 30 tasks that take them through the basic constructs of the programming language of their choice. The tasks are designed in such a way that the complexity increases as users progress through the tasks. One can't move forward until the current task is completed. Previously submitted tasks can be viewed if he/she wants but can't be worked on again.
teachcode
expects you to have a GitHub account. Make sure that you create one if you don't have one. Learn more - Github Signup- Navigate to the directory of your choice and type in
teachcode init
. - Choose your track. Currently, we provide two tracks, Python and Javascript
- Enter your name. We ask for your name mainly for greeting purpose.
- Enter your GitHub username.
- Enter your GitHub personal token with repo access. Learn more - GitHub Personal Token
- Now type in
cd teachcode-solutions
. - Type in
teachcode fetchtask
. - Hurray :tada: you've got your first task.
- Type in your solution for the task in the file
task1.py
(opted learning track) using any code editor of choice. We recommend using VS Code - Now type in
teachcode submit
to submit your solution. - Enter your Git credentials when prompted. Learn more - Git Credentials
- Fetch the next task with
teachcode fetchtask
.
Available Commands
command | description |
---|---|
teachcode init | Initializes all the tasks |
teachcode fetchtask [key] | Fetches the task correponding to the key if provided (defaults to the very next task) |
teachcode submit | Submits the current task |
teachcode showkeys | Lists all the keys associated with the submitted tasks |
Contributing
Contributions of any kind are welcomed. Make sure that you go through these guidelines.
How should I write a commit message?
This project uses Commitlint to check if the commit messages meet the conventional commit format.
The full pattern is:
type(scope?): subject #scope is optional
body? #body is optional
footer? #footer is optional
Following that pattern, your commit messages should look like these:
feat: activate open collective
chore: correct typo
It should be "guest" and not "gest"
refactor(cli): drop support for node 6
BREAKING CHANGE: you will need to update your node version to keep using this CLI
This closes #123
How should I name my branches?
Prefix your branch names with feat/
, docs/
or hotfix/
for feature proposals, documentation and bug fixes, respectively.
License
Licensed under GNU General Public License V3.0
.
*Note that all licence references and agreements mentioned in the teachcode README section above
are relevant to that project's source code only.