awesome-repositories.com
Blog
MCP
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 freecodecampchina/freecodecamp.cn

Open-source alternatives to Freecodecamp.cn

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

  • bootdotdev/curriculumAvatar von bootdotdev

    bootdotdev/curriculum

    3,415Auf GitHub ansehen↗

    This project is an interactive programming curriculum and educational system designed to teach computer science and software engineering. It provides a structured set of courses and professional roadmaps focused on backend engineering, DevOps, and systems fundamentals. The platform is distinguished by an AI-powered coding tutor that provides Socratic guidance and contextual hints to help students find solutions independently. It features a browser-based code sandbox using WebAssembly to eliminate local environment setup, alongside automated test-based grading and spaced-repetition logic to re

    algorithmscomputer-sciencecurriculum
    Auf GitHub ansehen↗3,415
  • freecodecamp/freecodecampAvatar von freeCodeCamp

    freeCodeCamp/freeCodeCamp

    448,278Auf GitHub ansehen↗

    freeCodeCamp is an open-source, web-based educational platform designed to facilitate software engineering skill acquisition through a structured, project-driven curriculum. It combines theoretical instruction with hands-on coding exercises, requiring users to build functional applications to demonstrate mastery of programming concepts. The platform provides a browser-integrated workspace that evaluates learner proficiency through automated testing of code submissions against predefined functional requirements. The platform distinguishes itself by integrating technical training with professio

    TypeScriptcareerscertificationcommunity
    Auf GitHub ansehen↗448,278
  • 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
  • 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
  • sunface/rust-by-practiceAvatar von sunface

    sunface/rust-by-practice

    14,396Auf GitHub ansehen↗

    rust-by-practice is an interactive coding platform and language learning curriculum designed to teach the Rust programming language. It functions as a code practice sandbox and tutorial, providing a structured path of examples and challenges to bridge the gap between basic knowledge and professional development. The platform features a web-based environment for editing, compiling, and executing code directly in the browser. It employs a graded curriculum of increasing difficulty, allowing users to solve exercises and verify their logic against reference solutions to ensure accuracy and adhere

    Rustexampleexamplesexercise
    Auf GitHub ansehen↗14,396
  • hakanyalcinkaya/kodluyoruz-frontend-101-egitimiAvatar von hakanyalcinkaya

    hakanyalcinkaya/kodluyoruz-frontend-101-egitimi

    10,938Auf GitHub ansehen↗

    This project is a comprehensive full-stack web development course delivered through a video-based curriculum. It provides a structured learning path that integrates frontend and backend technologies, guiding users from fundamental concepts to advanced implementation across a multi-language stack. The curriculum distinguishes itself through a progressive layering of complexity, combining a React-based frontend course with a Python and Django backend course. It emphasizes professional workflow integration, featuring dedicated tutorials on Git and GitHub for version control and collaborative cod

    JavaScriptcssgitgithub
    Auf GitHub ansehen↗10,938
  • huluoyang/freecodecamp.cnAvatar von huluoyang

    huluoyang/freecodecamp.cn

    5,562Auf GitHub ansehen↗

    This project is an interactive coding education platform and learning management system designed to deliver programming lessons and technical challenges. It serves as a localized technical learning platform that provides a structured coding curriculum translated from English into Chinese. The platform features a web-based code editor that allows users to write and test programming exercises directly in the browser. It utilizes client-side validation to provide immediate feedback on code inputs and employs a localization mapping system to connect translated content to original exercise structu

    JavaScript
    Auf GitHub ansehen↗5,562
  • codesandbox/codesandbox-clientAvatar von codesandbox

    codesandbox/codesandbox-client

    13,618Auf GitHub ansehen↗

    This project is a cloud-based web IDE and development workspace that provides a professional code editor and execution environments directly within the browser. It functions as a browser-based code execution engine for rapid prototyping and a scalable cloud workspace for managing repositories and writing code without local environment configuration. The system features secure sandboxing for isolated development, allowing untrusted or experimental code to run in separated virtual environments. It supports both client-side execution via browser-based bundling and server-side execution through a

    JavaScriptangularcodesandboxjavascript
    Auf GitHub ansehen↗13,618
  • appacademy/welcome-to-openAvatar von appacademy

    appacademy/welcome-to-open

    4,910Auf GitHub ansehen↗

    This project is a full stack development curriculum and open source education path. It provides a structured sequence of free learning materials and courses designed to guide students from basic programming to professional software engineering. The repository functions as a self-paced programming bootcamp and web development learning path. It organizes a comprehensive roadmap of courses covering both front-end and back-end technologies to facilitate a professional career transition. The content is delivered through a static-page architecture using modular structures and a curated linear sequ

    Auf GitHub ansehen↗4,910
  • liyupi/sql-motherAvatar von liyupi

    liyupi/sql-mother

    4,215Auf GitHub ansehen↗

    sql-mother is a browser-based educational platform for learning SQL syntax through interactive exercises, tutorials, and a query playground. It provides a structured environment for mastering the logic and syntax of MySQL, SQLite, and PostgreSQL using a sequence of hands-on challenges. The platform uses a WebAssembly-based database engine to enable local SQL execution and real-time query validation entirely within the browser. This architecture allows for virtual table mocking and state management without the need for a backend server or user accounts. The environment includes a gamified cur

    TypeScriptcssdatabasefrontend
    Auf GitHub ansehen↗4,215
  • anthropics/prompt-eng-interactive-tutorialAvatar von anthropics

    anthropics/prompt-eng-interactive-tutorial

    36,423Auf GitHub ansehen↗

    This project is an interactive educational resource designed to teach prompt engineering for large language models. It provides a structured curriculum that guides users through the process of structuring instructions and context to improve the accuracy and consistency of model outputs. The platform functions as an interaction sandbox, allowing users to experiment with various prompting strategies directly within their browser. By executing tutorial examples in this environment, users receive immediate feedback on their inputs, facilitating the prototyping of prompts for integration into soft

    Jupyter Notebook
    Auf GitHub ansehen↗36,423
  • ossu/data-scienceAvatar von ossu

    ossu/data-science

    21,633Auf GitHub ansehen↗

    This project is a structured, open-source educational roadmap designed to guide students through a comprehensive undergraduate-level curriculum in data science. It provides a curated sequence of high-quality learning materials that focus on mastering computational logic, software development, and statistical analysis using the Python programming language. The curriculum distinguishes itself by integrating project-based competency validation, requiring learners to execute capstone projects that demonstrate professional skill mastery. It utilizes version control tools to allow students to track

    Auf GitHub ansehen↗21,633
  • nishant-tiwari24/coding-resourcesAvatar von nishant-Tiwari24

    nishant-Tiwari24/coding-resources

    3,589Auf GitHub ansehen↗

    This project is a curated technical resource directory and software engineering learning roadmap. It serves as a computer science study curriculum and professional development framework, providing staged progressions for mastering programming languages, data structures, and full-stack development. The repository functions as a career preparation guide, offering strategic frameworks for resume building, technical interview practice, and internship application targeting. It includes a system for identifying income opportunities and managing a professional social presence to increase visibility.

    Auf GitHub ansehen↗3,589
  • i-am-bee/beeai-frameworkAvatar von i-am-bee

    i-am-bee/beeai-framework

    3,304Auf GitHub ansehen↗

    The BeeAI Framework is an LLM agent framework and multi-agent orchestration engine used to build autonomous agents that coordinate reasoning, tool execution, and complex workflows. It functions as a structured AI output controller and RAG integration library, providing a unified interface to manage multiple language model providers. The framework is distinguished by its implementation of the Model Context Protocol, allowing agents, tools, and models to be shared between different AI platforms and hosted as agentic tooling servers. It enables the design of collaborative agent teams through dec

    Pythonagentsaiai-agent
    Auf GitHub ansehen↗3,304
  • academind/react-complete-guide-codeAvatar von academind

    academind/react-complete-guide-code

    6,440Auf GitHub ansehen↗

    This repository is a collection of React educational materials and reference implementations. It provides a series of source code examples, solved exercises, and sample projects designed to support a structured learning path for the React library and its ecosystem. The project serves as a frontend development reference, offering versioned code snapshots that allow for the comparison of custom implementations against working solutions. These samples demonstrate the creation of single-page applications, focusing on component-based user interface design and state-driven rendering. The repositor

    Auf GitHub ansehen↗6,440
  • openai/openai-agents-pythonAvatar von openai

    openai/openai-agents-python

    27,191Auf GitHub ansehen↗

    This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime for orchestrating multi-agent workflows, managing persistent conversation state, and executing code within secure, isolated sandbox environments. The framework is designed to handle complex task delegation, allowing agents to invoke other agents as tools while maintaining context across multi-turn interactions. The framework distinguishes itself through its deep integration with the Model Context Protocol, enabling agents to connect to external data sources and remote services

    Pythonagentsaiframework
    Auf GitHub ansehen↗27,191
  • huzidaha/react-naive-bookAvatar von huzidaha

    huzidaha/react-naive-book

    3,795Auf GitHub ansehen↗

    This project is an open-source educational resource and technical guide focused on React.js. It serves as a learning platform and curriculum for mastering frontend web development through structured tutorials and hands-on coding exercises. The resource specifically focuses on component architecture and the creation of modular, reusable user interfaces. It provides guidance on implementing unidirectional data flow and managing the lifecycle of interactive components. The curriculum covers core capabilities including state management patterns and the implementation of global stores. It transla

    HTMLreactjs
    Auf GitHub ansehen↗3,795
  • juliapluto/pluto.jlAvatar von JuliaPluto

    JuliaPluto/Pluto.jl

    5,346Auf GitHub ansehen↗

    Pluto.jl is a reactive computing environment for Julia that functions as a programmable document format. It serves as an interactive data science IDE and a polyglot computational notebook that stores Julia code and environment dependencies as versionable source files. The system is distinguished by its reactive execution model, which uses a directed acyclic graph to track variable dependencies and automatically re-evaluate affected downstream cells when a value changes. It ensures reproducibility by integrating isolated package environments directly within the notebook file and persisting con

    JavaScriptdesigned-for-teacherseducationexploration
    Auf GitHub ansehen↗5,346
  • shovanch/fullstack-web-developer-pathAvatar von shovanch

    shovanch/fullstack-web-developer-path

    3,475Auf GitHub ansehen↗

    This project is a structured learning platform designed to guide students through the end-to-end process of mastering full-stack web development. It provides a comprehensive curriculum that organizes complex technical domains into a sequential roadmap, covering everything from fundamental programming concepts to advanced backend architectures and deployment strategies. The platform distinguishes itself by integrating theoretical education with project-based milestone tracking. By linking specific coding assignments to each stage of the curriculum, it ensures that learners reinforce their know

    back-end-developmentfront-end-developmentfull-stack-development
    Auf GitHub ansehen↗3,475
  • rpisec/mbeAvatar von RPISEC

    RPISEC/MBE

    5,989Auf GitHub ansehen↗

    MBE is a security research educational resource providing binary exploitation courseware and a deployable CTF wargame environment. It functions as a structured curriculum of labs and materials designed for learning reverse engineering and memory corruption. The project provides containerized lab infrastructure and a binary analysis toolchain to ensure a controlled setting for vulnerability research. It utilizes isolated environments to deploy binary exploitation tasks, preventing interference and system instability. The system covers the provisioning of vulnerable environments through virtua

    Cctfexploitationwargame
    Auf GitHub ansehen↗5,989
  • ossu/computer-scienceAvatar von ossu

    ossu/computer-science

    205,190Auf GitHub ansehen↗

    This project provides a structured computer science curriculum framework designed for self-directed learners. It organizes open-access academic resources, including textbooks, lectures, and assignments, into a cohesive path that mirrors the requirements of a formal undergraduate degree. By integrating theoretical study with practical software engineering methodologies, the platform enables students to master foundational concepts and advanced technical skills independently. The curriculum distinguishes itself by utilizing a version-control-based workflow to manage the educational experience.

    HTMLawesome-listcomputer-sciencecourses
    Auf GitHub ansehen↗205,190
  • vitest-dev/vitestAvatar von vitest-dev

    vitest-dev/vitest

    15,970Auf GitHub ansehen↗

    Vitest is a high-performance testing framework designed for JavaScript and TypeScript applications. It provides an integrated environment that supports unit, integration, and browser-based testing, allowing developers to execute test suites natively without requiring separate build steps or complex configuration. The project distinguishes itself through a highly optimized execution model that leverages worker-thread isolation and on-demand module transformation to provide rapid feedback. It includes a comprehensive suite of mocking and spying utilities that allow for the interception of depen

    TypeScripttesttesting-toolsvite
    Auf GitHub ansehen↗15,970
  • rust-lang/rustlingsAvatar von rust-lang

    rust-lang/rustlings

    63,325Auf GitHub ansehen↗

    Rustlings is a command-line learning tool designed to build language proficiency through a structured, interactive curriculum. It functions as a practice-oriented platform where users master syntax and core concepts by resolving compilation errors within a sequence of small, incremental code exercises. The environment distinguishes itself by utilizing a compiler-driven feedback loop that parses error messages to provide targeted hints for fixing logic and syntax issues. Progress is managed through a file-based system where users modify incomplete source templates, which are then verified agai

    Rustbeginner-friendlyexercisesrust
    Auf GitHub ansehen↗63,325
  • cloudcommunity/free-certificationsAvatar von cloudcommunity

    cloudcommunity/Free-Certifications

    51,464Auf GitHub ansehen↗

    Free-Certifications is a community-maintained, open-source directory that indexes free professional certification programs and educational training resources. It functions as a static content index, providing a structured hub for discovering learning paths and skill development opportunities across various technology domains and industry sectors. The project operates as a decoupled discovery layer, linking users to external training platforms rather than hosting educational content directly. By utilizing a version-controlled, markdown-based storage system, the directory facilitates collaborat

    awesomeawesome-listawesome-lists
    Auf GitHub ansehen↗51,464
  • mouredev/roadmap-retos-programacionAvatar von mouredev

    mouredev/roadmap-retos-programacion

    7,907Auf GitHub ansehen↗

    This project is a programming learning roadmap and interactive coding exercise platform. It functions as a markdown-based content site that uses a static site generator to compile instructional guides and technical challenges into a structured interface. The platform provides a client-side progress tracker that utilizes local browser storage to monitor the completion of challenges without requiring a backend database. It organizes educational content through a sequence of coding exercises and instructional videos designed to guide developers through specific technical domains. The system cov

    Pythonc-plus-plusc-sharpdart
    Auf GitHub ansehen↗7,907
  • llmbook-zh/llmbook-zh.github.ioAvatar von LLMBook-zh

    LLMBook-zh/LLMBook-zh.github.io

    4,261Auf GitHub ansehen↗

    LLMBook-zh.github.io is a static educational website that provides a self-paced curriculum for learning large language model fundamentals. The site offers structured courseware and downloadable PDF slide decks covering LLM architecture, training, alignment, and deployment. The course materials include dedicated sections on fine-tuning pre-trained language models, model alignment techniques, and prompt engineering strategies. All content is managed as Markdown files and compiled into a static site hosted on GitHub Pages, with an embedded PDF viewer for inline slide display and a custom 404 err

    Pythonartificial-intelligencedeep-learningdeep-neural-networks
    Auf GitHub ansehen↗4,261
  • linnovate/meanAvatar von linnovate

    linnovate/mean

    12,061Auf GitHub ansehen↗

    This project is a full stack project generator and boilerplate for the MEAN stack, combining MongoDB, Express, Angular, and Node.js. It provides a pre-configured architecture and scaffolding tools to bootstrap JavaScript applications with a database, backend server, and frontend framework. The project includes a Dockerized application template to ensure consistent deployment and local development across different hardware configurations. It features a Node.js API scaffold that integrates token-based security, request validation, and interactive API documentation. The codebase covers broader

    TypeScriptangularexpressjavascript
    Auf GitHub ansehen↗12,061
  • newbee-ltd/newbee-mallAvatar von newbee-ltd

    newbee-ltd/newbee-mall

    11,578Auf GitHub ansehen↗

    This project is a comprehensive e-commerce platform implementation available as a Spring Boot application, a Spring Cloud microservices architecture, and a version rewritten in the Go programming language. It provides a full-stack retail system featuring a Vue 3 storefront interface and a centralized backend administration portal. The platform is specifically designed to handle high-concurrency flash sales and coupon distribution systems to manage sudden spikes in purchase requests. It supports multiple deployment strategies, ranging from monolithic server-side rendering to a decoupled fronte

    Javaadminltejavamall
    Auf GitHub ansehen↗11,578
  • langgenius/dify-sandboxAvatar von langgenius

    langgenius/dify-sandbox

    1,116Auf GitHub ansehen↗

    Dify-sandbox is a secure runtime environment designed for the execution of untrusted code snippets. It functions as a containerized sandbox that isolates processes from the host operating system, ensuring that arbitrary scripts can be run without granting them unauthorized access to sensitive data or critical system resources. The project distinguishes itself through a multi-layered security approach that combines kernel-level isolation with strict resource management. By utilizing Linux namespaces and container-based process isolation, it partitions system resources to maintain visibility bo

    Go
    Auf GitHub ansehen↗1,116
  • davideviolante/angular-full-stackAvatar von DavideViolante

    DavideViolante/Angular-Full-Stack

    1,561Auf GitHub ansehen↗

    Angular-Full-Stack is a comprehensive starter kit designed for building web applications using a unified TypeScript codebase. It integrates the MongoDB, Express, Angular, and Node stack into a single repository, providing a structured foundation that covers both frontend and backend logic. By utilizing a shared language across the entire stack, the framework enforces consistent data structures and interface contracts between the client and server. The project distinguishes itself through a focus on environment consistency and developer productivity. It includes pre-configured containerization

    TypeScriptangularangular-cliangular2
    Auf GitHub ansehen↗1,561