awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to martinchavez/javascript

Open-source alternatives to Javascript

30 open-source projects similar to martinchavez/javascript, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Javascript alternative.

  • gregmalcolm/python_koansAvatar von gregmalcolm

    gregmalcolm/python_koans

    5,097Auf GitHub ansehen↗

    This project is an automated syntax trainer and interactive Python course designed as a test-driven learning framework. It teaches Python language features and syntax by guiding learners through a series of coding exercises where the goal is to modify source code until a suite of failing tests passes. The system utilizes a test-driven development methodology, providing a sequence of incremental challenges that increase in complexity. It features an automated test runner and file-change monitoring to provide immediate feedback by automatically re-executing tests when source files are modified.

    Pythonkoanspython
    Auf GitHub ansehen↗5,097
  • ratfactor/ziglingsAvatar von ratfactor

    ratfactor/ziglings

    4,662Auf GitHub ansehen↗

    Ziglings is an interactive coding course and tutorial designed to teach the Zig programming language. It functions as a test-driven learning tool that guides users through a sequence of incremental exercises to master language syntax and semantics. The project provides a series of small, broken programs that learners must fix. Progress is achieved by modifying the code until it satisfies predefined requirements and passes associated automated tests. The educational experience is supported by a shell-based test runner and local compiler execution to provide immediate feedback. It utilizes a f

    beginner-friendlyeducationalexercises
    Auf GitHub ansehen↗4,662
  • selfteaching/the-craft-of-selfteachingAvatar von selfteaching

    selfteaching/the-craft-of-selfteaching

    15,923Auf GitHub ansehen↗

    This project is a framework and curriculum for self-directed learning, providing a structured methodology for mastering complex technical skills without formal instruction. It combines educational content with a technical study methodology centered on deliberate practice and the psychological habits required for independent mastery. The project is distinguished by its use of interactive notebooks and markdown documentation to deliver a sequenced learning path. It integrates test-driven development patterns into the educational process to provide automated feedback and resolve cognitive barrie

    Jupyter Notebook
    Auf GitHub ansehen↗15,923

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • gitbookio/javascriptAvatar von GitbookIO

    GitbookIO/javascript

    3,693Auf GitHub ansehen↗

    This project is an interactive JavaScript course and beginner programming guide designed to teach fundamental scripting logic and language syntax. It functions as a web-based coding tutorial that transforms markdown-based lessons into a static site curriculum for learning web development basics. The resource features a browser-based code sandbox that allows for the execution of JavaScript snippets within a secure environment for immediate feedback. Lessons are organized into a linear sequence of modules to provide a structured onboarding process for those new to software development. The sys

    javascriptlearn-to-codelearning
    Auf GitHub ansehen↗3,693
  • ruanyf/jstutorialAvatar von ruanyf

    ruanyf/jstutorial

    5,377Auf GitHub ansehen↗

    This project is a comprehensive JavaScript programming tutorial and educational resource designed to guide learners from basic syntax to advanced language mastery. It serves as a structured instructional guide and language reference for the JavaScript standard library and its core programming concepts. The curriculum covers several specialized technical areas, including an asynchronous JavaScript guide focused on non-blocking code and a course on object-oriented programming centered on prototypes and inheritance. It also provides a dedicated learning resource for web development, focusing on

    CSS
    Auf GitHub ansehen↗5,377
  • ruanyf/es6tutorialAvatar von ruanyf

    ruanyf/es6tutorial

    21,448Auf GitHub ansehen↗

    This project is a comprehensive ECMAScript 6 tutorial and JavaScript language guide. It serves as a technical reference for learning the updated syntax and language features introduced in the ECMAScript 6 version of JavaScript. The resource focuses on modern JavaScript learning and syntax mastery, providing a structured set of tutorials to help developers align their skills with current industry standards and specifications.

    JavaScript
    Auf GitHub ansehen↗21,448
  • braziljs/eloquente-javascriptAvatar von braziljs

    braziljs/eloquente-javascript

    5,503Auf GitHub ansehen↗

    This project is a Portuguese translation of a comprehensive JavaScript programming guide and educational resource. It serves as a technical textbook designed to make JavaScript education accessible to Portuguese speakers, covering fundamental syntax, data structures, and programming logic. The material provides instruction on both web development and server-side application building. It includes a structured approach to learning how to manipulate the browser document model and handle user events to create interactive user interfaces. The resource is delivered through multiple formats, includ

    JavaScripteloquent-javascriptjavascriptprogramming
    Auf GitHub ansehen↗5,503
  • xitu/javascript-tutorial-zhAvatar von xitu

    xitu/javascript-tutorial-zh

    10,760Auf GitHub ansehen↗

    This project is a structured JavaScript programming tutorial and frontend development learning resource. It serves as a programming educational resource designed to teach core coding principles, fundamental syntax, and complex programming patterns. The content functions as a modern JavaScript language guide and language specification guide, with instructional materials based on current industry standards and technical specifications for contemporary web development. The resource is authored as markdown-based technical documentation and delivered as static HTML pages.

    HTML
    Auf GitHub ansehen↗10,760
  • thejsway/thejswayAvatar von thejsway

    thejsway/thejsway

    7,884Auf GitHub ansehen↗

    The JavaScript Way is a free, open-access educational resource that teaches modern JavaScript and full-stack web development through a project-based book and interactive exercises. Its core identity is a comprehensive learning path that combines free online content, progressive skill-building, and hands-on exercises to guide learners from programming fundamentals to building a complete real-world application. The project distinguishes itself by structuring its curriculum around a single, unified project—a social news web application—that learners build incrementally across multiple chapters.

    CSSbookes2015es6
    Auf GitHub ansehen↗7,884
  • ronreiter/interactive-tutorialsAvatar von ronreiter

    ronreiter/interactive-tutorials

    4,729Auf GitHub ansehen↗

    This project is an interactive coding tutorial platform and markdown-based course engine. It functions as a web-based education system that transforms markdown files into structured educational pages with integrated interfaces for writing and running code. The platform utilizes a remote code execution framework to validate user-submitted snippets in real time by integrating with external compilers and execution engines. To ensure consistent delivery across different hosting platforms, the entire learning environment is provided as a containerized deployment. The system covers a broad capabil

    Python
    Auf GitHub ansehen↗4,729
  • swirldev/swirl_coursesAvatar von swirldev

    swirldev/swirl_courses

    4,562Auf GitHub ansehen↗

    This project is a collection of interactive, command-line programming lessons designed for the swirl R package. It provides a structured curriculum for learning R programming and data science through a series of guided, self-paced exercises delivered via a command-line interface. The content covers a broad range of data science education, including language fundamentals, data cleaning and manipulation, statistical analysis, and data visualization. It also includes instructional modules focused on software development practices. These lessons are developed as a modular hierarchy of courses an

    R
    Auf GitHub ansehen↗4,562
  • jakevdp/whirlwindtourofpythonAvatar von jakevdp

    jakevdp/WhirlwindTourOfPython

    4,006Auf GitHub ansehen↗

    This project is a collection of curricular resources and hands-on tutorials designed to teach Python programming and scientific computing. It consists of a series of interactive lessons and executable notebooks that provide a guided approach to learning Python through a combination of code and prose. The curriculum is specifically designed for experienced programmers to quickly master Python syntax, data structures, and core language semantics. It includes an introductory guide to the libraries and programming environments used for scientific computing and complex dataset analysis. The educa

    Jupyter Notebook
    Auf GitHub ansehen↗4,006
  • joaoventura/full-speed-pythonAvatar von joaoventura

    joaoventura/full-speed-python

    4,077Auf GitHub ansehen↗

    This project is a Python programming textbook and educational resource designed as a structured learning path for self-paced technical education. It functions as an interactive coding course that guides learners through the Python language using a sequence of conceptual introductions and practical problem-solving exercises. The resource is delivered as a digital ebook, with the content exported into portable PDF and EPUB formats for distribution and offline reading. The project is authored using markdown-based content and plain-text source versioning, utilizing a build system to convert thes

    Makefilebookslearning-by-doinglearning-python
    Auf GitHub ansehen↗4,077
  • kay-is/react-from-zeroAvatar von kay-is

    kay-is/react-from-zero

    4,594Auf GitHub ansehen↗

    react-from-zero is an interactive React course and learning tutorial designed to teach the core concepts and inner workings of React. It functions as a web-based sandbox and guide, providing structured lessons on building user interfaces and managing the React element lifecycle. The project provides a browser-based code execution environment, allowing users to run code samples and execute examples online without a local development setup. It includes a technical walkthrough for organizing visual logic into reusable components and a system for running unit tests to verify component behavior.

    HTMLexamplelearninglesson
    Auf GitHub ansehen↗4,594
  • tyroprogrammer/learn-react-appAvatar von tyroprogrammer

    tyroprogrammer/learn-react-app

    3,847Auf GitHub ansehen↗

    This project is an interactive learning platform designed for mastering component-based user interface patterns and state management using the React library. It functions as a frontend development tutorial and course, providing a guided environment for learning declarative rendering and virtual DOM concepts. The platform distinguishes itself through a live-reload coding environment and a split-view interface for real-time code validation. These tools allow learners to compare their live code output against target solutions and use guided source-code markers to identify required edits and crit

    JavaScriptexerciseguided-exercisesjavascript
    Auf GitHub ansehen↗3,847
  • wangdoc/javascript-tutorialAvatar von wangdoc

    wangdoc/javascript-tutorial

    3,998Auf GitHub ansehen↗

    This project is a structured JavaScript programming tutorial and web development learning resource. It serves as an educational guide for learning the JavaScript language, ranging from basic syntax to advanced programming concepts. The resource functions as a JavaScript code example library and a technical guide for DOM manipulation. It provides conceptual explanations and runnable code samples to demonstrate how to solve common development tasks and programmatically manage browser elements. The material covers frontend development training, web browser programming, and the implementation of

    Shell
    Auf GitHub ansehen↗3,998
  • jonasschmedtmann/complete-javascript-courseAvatar von jonasschmedtmann

    jonasschmedtmann/complete-javascript-course

    17,154Auf GitHub ansehen↗

    This project is a JavaScript educational resource and frontend web development course. It provides a collection of starter files and final projects designed to teach the JavaScript programming language through practical application. The material functions as a project portfolio and implementation guide, demonstrating how to build interactive user interfaces using the document object model. It focuses on event handling, object oriented programming, and the integration of native browser features. The course covers a range of capability areas, including asynchronous data fetching, client-side a

    JavaScriptjavascript-coursestarter-filesudemy
    Auf GitHub ansehen↗17,154
  • marijnh/eloquent-javascriptAvatar von marijnh

    marijnh/Eloquent-JavaScript

    3,097Auf GitHub ansehen↗

    Eloquent-JavaScript is a comprehensive JavaScript programming textbook and interactive coding tutorial designed for web development education. It serves as both a language reference and a practical guide, combining theoretical lessons with an environment where learners can execute and modify code examples. The project focuses on the fundamental principles of the JavaScript language, including lexical scoping, prototype-based inheritance, and asynchronous patterns. It provides detailed instruction on object-oriented programming, functional programming, and the use of the browser DOM to create

    JavaScript
    Auf GitHub ansehen↗3,097
  • ruanyf/jstrainingAvatar von ruanyf

    ruanyf/jstraining

    19,964Auf GitHub ansehen↗

    This project is a structured educational framework designed to guide developers through the core concepts of JavaScript programming and software engineering. It functions as a comprehensive training resource, providing a logical roadmap for mastering web development, from fundamental language syntax to full-stack application architecture. The platform utilizes a markdown-based documentation system that organizes technical learning materials into a clear, hierarchical curriculum. By employing a static site generator, the project transforms these plain-text educational modules into a collection

    Auf GitHub ansehen↗19,964
  • asabeneh/30-days-of-javascriptAvatar von Asabeneh

    Asabeneh/30-Days-Of-JavaScript

    46,479Auf GitHub ansehen↗

    This project is a structured educational resource designed to guide developers through the mastery of the JavaScript programming language. It utilizes a progressive curriculum that organizes technical concepts into a daily learning path, allowing students to build foundational knowledge before advancing to complex application development. The resource distinguishes itself through a hands-on training model that combines detailed explanations with practical code challenges. By focusing on an interactive learning experience, it reinforces core language principles—such as data types, functional p

    JavaScript30daysofjavascriptangularchallenge
    Auf GitHub ansehen↗46,479
  • javascript-tutorial/ru.javascript.infoAvatar von javascript-tutorial

    javascript-tutorial/ru.javascript.info

    4,057Auf GitHub ansehen↗

    This project is a comprehensive JavaScript programming tutorial and frontend web development curriculum. It serves as a structured educational resource for learning the JavaScript language, ranging from basic syntax to advanced asynchronous patterns and modern programming techniques. The resource functions as a frontend engineering textbook and CSS layout guide, providing detailed instructional material on building responsive user interfaces. It covers the design of custom web components and the application of styles and positioning to create effective frontend interfaces. The curriculum enc

    HTMLjavascriptrussiantutorial
    Auf GitHub ansehen↗4,057
  • srush/tensor-puzzlesAvatar von srush

    srush/Tensor-Puzzles

    4,162Auf GitHub ansehen↗

    Tensor-Puzzles is an educational exercise suite and numerical computing tutorial designed for mastering tensor operations and broadcasting rules within PyTorch. It functions as an implementation trainer where users practice transitioning mathematical formulas into code by reimplementing deep learning mathematical primitives. The project utilizes a constraint-based exercise suite that restricts available library calls to force the use of specific tensor primitives. These challenges are structured as sequential puzzles that require users to solve tasks using a modular implementation pattern, wh

    Jupyter Notebookmachine-learningpuzzletorch
    Auf GitHub ansehen↗4,162
  • data61/fp-courseAvatar von data61

    data61/fp-course

    4,237Auf GitHub ansehen↗

    This project is a functional programming course and automated coding curriculum designed to teach the core principles of the paradigm through a structured sequence of exercises and modules. It serves as an interactive programming tutorial where learners solve incremental problems and validate their understanding through a programming exercise suite. The curriculum is language-agnostic, focusing on core logic and paradigms rather than a specific language. It employs an automated toolchain that transforms source code into executable binaries to verify solutions. Correctness is validated using

    Haskell
    Auf GitHub ansehen↗4,237
  • gustavoguanabara/javascriptAvatar von gustavoguanabara

    gustavoguanabara/javascript

    4,106Auf GitHub ansehen↗

    This project is a structured JavaScript programming course and learning path designed for beginners. It functions as an interactive coding tutorial and frontend web development guide, providing a curriculum centered on the JavaScript language. The project focuses on building dynamic web interfaces through the manipulation of the Document Object Model. It provides a series of instructional guides and practical challenges that allow for interactive coding practice and the verification of code execution within a dedicated environment. The curriculum covers core programming fundamentals, includi

    HTMLcursocursoemvideogratis
    Auf GitHub ansehen↗4,106
  • aradzie/keybr.comAvatar von aradzie

    aradzie/keybr.com

    4,482Auf GitHub ansehen↗

    This is a web-based adaptive touch typing trainer designed to help users master touch typing through personalized exercises. It functions as a heuristic typing tutor that generates custom lessons based on individual keystroke statistics and accuracy data. The application uses adaptive skill modeling to prioritize the most difficult keys for a user and predicts the number of lessons required to reach specific target speeds. A performance dashboard transforms raw typing statistics into graphical representations to visualize learning growth and proficiency over time. The system covers real-time

    TypeScriptkeyboardkeyboard-layouttyping
    Auf GitHub ansehen↗4,482
  • mouredev/hello-javascriptAvatar von mouredev

    mouredev/hello-javascript

    7,428Auf GitHub ansehen↗

    This project is a collection of educational resources and structured curricula designed for learning JavaScript. It provides a programming course, a coding bootcamp, and a web development tutorial to guide learners from basic syntax to advanced programming patterns. The materials cover frontend development, including the creation of dynamic user interfaces and the management of remote data via HTTP requests. The curriculum includes instructional guides on using JavaScript to interact with web services and manipulate browser elements. The scope of the project extends to asynchronous API integ

    JavaScriptecmascriptjavascriptjavascript-vanilla
    Auf GitHub ansehen↗7,428
  • thomaspark/flexboxfroggyAvatar von thomaspark

    thomaspark/flexboxfroggy

    7,351Auf GitHub ansehen↗

    Flexbox Froggy is a CSS flexbox learning game that teaches layout properties through interactive positioning puzzles. Players learn flexbox by writing CSS rules to move frogs onto lily pads, with each level presenting a new layout challenge that reinforces a specific flexbox concept. The game embeds a code editor with syntax highlighting and inline error hints, allowing players to write and test CSS rules in a live preview environment. A hint and solution system provides optional guidance for stuck players, while the visual feedback loop updates frog and lily pad positions in real-time based

    JavaScriptcssflexboxflexbox-froggy
    Auf GitHub ansehen↗7,351
  • javascript-tutorial/en.javascript.infoAvatar von javascript-tutorial

    javascript-tutorial/en.javascript.info

    25,344Auf GitHub ansehen↗

    This project is a comprehensive JavaScript programming tutorial and language reference. It serves as a web development education resource providing instruction on modern language fundamentals, object-oriented design, and advanced asynchronous programming patterns. The resource functions as both a frontend development guide and a technical reference. It covers core language features such as closures, prototypes, promises, and typed arrays, while providing practical lessons on managing browser data and handling network requests. The content spans several key capability areas, including browser

    HTMLenglishjavascripttutorial
    Auf GitHub ansehen↗25,344
  • allendowney/thinkstats2Avatar von AllenDowney

    AllenDowney/ThinkStats2

    4,212Auf GitHub ansehen↗

    ThinkStats2 is a computational statistics course and educational library designed to teach probability and statistics through a programmatic approach. It provides a framework for studying statistical concepts by writing Python code and running simulations on real-world datasets. The project uses interactive notebooks and a collection of Python modules to deliver guided lessons. It emphasizes the verification of theoretical statistical laws through iterative computational experiments and simulation-driven testing. The resource covers broad capabilities in data analysis and data science traini

    Jupyter Notebook
    Auf GitHub ansehen↗4,212
  • nao-sabemos-js/you-dont-know-jsAvatar von nao-sabemos-js

    nao-sabemos-js/You-Dont-Know-JS

    5,834Auf GitHub ansehen↗

    You Don't Know JS is an open-source educational book series that explains the core mechanisms of the JavaScript language in depth. The project is a freely available learning resource, structured as independent volumes that each focus on a single JavaScript mechanism, and is available in a complete Brazilian Portuguese translation. The series explores how JavaScript's fundamental systems work under the hood, including scope, closures, prototypes, and the this keyword. It covers concepts such as lexical-scope compilation, closure-based variable retention, hoisting-based variable declaration,

    JavaScriptawesomebookebook
    Auf GitHub ansehen↗5,834