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
·

64 Repos

Awesome GitHub RepositoriesFrontend Development

Build, test, and optimize web frontend projects.

Explore 64 awesome GitHub repositories matching part of an awesome list · Frontend Development. Refine with filters or upvote what's useful.

Awesome Frontend Development GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sindresorhus/awesomeAvatar von sindresorhus

    sindresorhus/awesome

    476,211Auf GitHub ansehen↗

    Dieses Projekt ist ein von der Community gepflegtes Verzeichnis, das als umfassender Index für Software-Tools, Frameworks und Lehrmaterialien dient. Es fungiert als Open-Source-Wissensdatenbank, die verschiedene technische Bereiche und Ressourcen in einer strukturierten Taxonomie organisiert, um Entwickler bei der Suche nach qualitativ hochwertigen Inhalten zu unterstützen. Das Verzeichnis zeichnet sich durch ein dezentrales Peer-Review-Modell aus, bei dem unabhängige Mitwirkende Einträge kuratieren, verifizieren und aktualisieren, um Genauigkeit und Relevanz sicherzustellen. Alle Informationen werden in einem versionskontrollierten Flat-File-Markdown-Format gespeichert, was Plattformunabhängigkeit, Transparenz und Auditierbarkeit für die gesamte Sammlung gewährleistet. Das Projekt deckt ein breites Spektrum an Fähigkeiten ab, von der Entdeckung technischer Ressourcen über die berufliche Weiterentwicklung bis hin zum Wissensmanagement in der Softwareentwicklung. Es bietet Zugang zu strukturierten Lernpfaden, Infrastruktur- und Sicherheitstools, Datenmanagement-Dienstprogrammen sowie spezialisierten Ressourcen für Bereiche von der Gesundheitsversorgung bis zu den digitalen Geisteswissenschaften. Das Repository wird als öffentliche, versionskontrollierte Sammlung gepflegt, was einen programmatischen Zugriff und Community-gesteuerte Updates der strukturierten Daten ermöglicht.

    Curated list of web development resources and tools.

    awesomeawesome-listlists
    Auf GitHub ansehen↗476,211
  • airbnb/javascriptAvatar von airbnb

    airbnb/javascript

    148,081Auf GitHub ansehen↗

    This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects. In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules

    Industry-standard style guide for JavaScript development.

    JavaScriptarrow-functionses2015es2016
    Auf GitHub ansehen↗148,081
  • d3/d3Avatar von d3

    d3/d3

    113,118Auf GitHub ansehen↗

    D3 is a modular library providing low-level primitives for creating data-driven visualizations. It functions as a flexible framework that allows for direct control over visual presentation by mapping abstract data dimensions to graphical properties, such as position, color, and size, without imposing predefined chart abstractions. The library distinguishes itself by offering specialized tools for complex data representation, including algorithmic layouts for hierarchical structures and geographic projection utilities for mapping spherical coordinates. It also includes a comprehensive suite fo

    Powerful library for data-driven document visualization.

    Shellchartchartsd3
    Auf GitHub ansehen↗113,118
  • animate-css/animate.cssAvatar von animate-css

    animate-css/animate.css

    82,609Auf GitHub ansehen↗

    Animate.css is a library of pre-defined, cross-browser CSS keyframe animations that can be applied to elements through declarative class toggling. It functions as a comprehensive motion framework, providing a standardized set of effects that ensure consistent visual transitions without requiring custom keyframe definitions. The library is built with a focus on accessibility, automatically respecting system-level reduced motion preferences to ensure that animations are disabled or simplified for users sensitive to screen movement. The framework distinguishes itself through a modular build proc

    Library for cross-browser CSS animations.

    CSSanimationcsscss-animations
    Auf GitHub ansehen↗82,609
  • xingshaocheng/architect-awesomeAvatar von xingshaocheng

    xingshaocheng/architect-awesome

    60,821Auf GitHub ansehen↗

    This project serves as a comprehensive knowledge base and reference for distributed systems engineering and enterprise software architecture. It provides a structured collection of technical resources, design patterns, and methodologies intended to assist in the design, maintenance, and scaling of complex, high-performance software environments. The repository distinguishes itself by offering deep dives into core architectural concepts such as actor-based concurrency, aspect-oriented interception, and inversion-of-control containers. It emphasizes the practical application of distributed syst

    Technical roadmap and resources for backend architects.

    Auf GitHub ansehen↗60,821
  • pmndrs/zustandAvatar von pmndrs

    pmndrs/zustand

    58,371Auf GitHub ansehen↗

    Zustand is a state management library that provides a centralized store for managing shared application data. It functions as a reactive container that connects application state to components, allowing them to subscribe to specific slices of data and trigger updates automatically. By utilizing selector-based data access and immutable state updates, the library ensures that components only re-render when their observed data changes, maintaining a predictable and efficient data flow. The library distinguishes itself through a pluggable, middleware-based architecture that allows for the extensi

    A lightweight state management solution for React applications.

    TypeScripthacktoberfesthooksreact
    Auf GitHub ansehen↗58,371
  • wasabeef/awesome-android-uiAvatar von wasabeef

    wasabeef/awesome-android-ui

    56,463Auf GitHub ansehen↗

    This project is a community-driven directory of open-source Android libraries focused on user interface development. It serves as a centralized knowledge base that organizes high-quality third-party tools into a structured, categorical taxonomy to assist developers in discovering reliable solutions for mobile application design. The repository distinguishes itself by providing a version-agnostic index that links directly to external project resources, bypassing the need for complex dependency management. To facilitate rapid evaluation, each entry is paired with visual asset indexing, includin

    Collection of UI components for Android development.

    androidawesomeui
    Auf GitHub ansehen↗56,463
  • necolas/normalize.cssAvatar von necolas

    necolas/normalize.css

    53,540Auf GitHub ansehen↗

    Normalize.css is a CSS reset library and browser style normalizer. It provides a collection of baseline styles designed to ensure a consistent visual appearance of HTML elements across all modern web browsers. The project functions as a cross-browser consistency layer that corrects common default rendering bugs and eliminates inconsistencies in user-agent stylesheets. It establishes a uniform visual baseline by overriding default browser rendering behaviors and mitigating vendor-specific errors. This stylesheet standardizes browser rendering to prevent unexpected layout bugs and ensures that

    Establishes a predictable visual baseline as part of the web frontend development process.

    CSScsscss-resetnormalize-css
    Auf GitHub ansehen↗53,540
  • brillout/awesome-react-componentsAvatar von brillout

    brillout/awesome-react-components

    47,788Auf GitHub ansehen↗

    This project is a community-maintained open source directory that serves as a comprehensive index of React components and libraries. It functions as a technical knowledge base, mapping common development challenges to vetted third-party solutions to help developers accelerate their frontend workflows and avoid reinventing standard interface elements. The directory distinguishes itself through a decentralized, hyperlink-centric architecture that avoids hosting code locally, instead pointing users directly to external repositories. This content is curated through a collaborative model where com

    Libraries and components for React.

    awesomeawesome-listreact
    Auf GitHub ansehen↗47,788
  • gulpjs/gulpAvatar von gulpjs

    gulpjs/gulp

    32,963Auf GitHub ansehen↗

    Gulp is a JavaScript build automation tool and Node.js task runner designed to coordinate the execution of development tasks. It operates as a streaming build system that transforms source files into production assets through a series of programmable pipelines. The system functions as a file watcher and task orchestrator, monitoring directories for modifications to automatically trigger specific build tasks. It organizes these units of work into sequential or parallel execution paths to streamline development workflows. The toolkit manages asset pipelines by reading files via pattern matchin

    A toolkit for automating repetitive tasks in development workflows.

    JavaScript
    Auf GitHub ansehen↗32,963
  • ziadoz/awesome-phpAvatar von ziadoz

    ziadoz/awesome-php

    32,573Auf GitHub ansehen↗

    This project is a community-driven directory and knowledge base for the PHP ecosystem. It serves as a comprehensive index of high-quality libraries, frameworks, tools, and educational materials, designed to help developers navigate the landscape and select appropriate solutions for their software projects. The directory distinguishes itself through a hierarchical taxonomy that organizes vast amounts of technical information into a logical, human-readable structure. By relying on distributed contributions from the developer community, it maintains a current and vetted collection of references

    Curated list of PHP libraries and resources.

    awesomeawesome-listsphp
    Auf GitHub ansehen↗32,573
  • 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

    Covers the creation of dynamic, interactive user interfaces through DOM manipulation and browser-based logic.

    HTMLenglishjavascripttutorial
    Auf GitHub ansehen↗25,344
  • bolshchikov/js-must-watchAvatar von bolshchikov

    bolshchikov/js-must-watch

    13,586Auf GitHub ansehen↗

    Must-watch videos about javascript

    Curated list of essential JavaScript talks and videos.

    awesomeawesome-listeducation
    Auf GitHub ansehen↗13,586
  • oz123/awesome-cAvatar von oz123

    oz123/awesome-c

    11,371Auf GitHub ansehen↗

    A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.

    Resources for C programming.

    awesomeawesome-listc
    Auf GitHub ansehen↗11,371
  • markyun/my-blogAvatar von markyun

    markyun/My-blog

    11,232Auf GitHub ansehen↗

    This project is a personal technical blog and frontend development knowledge base. It serves as a website for publishing study notes, technical articles, and interview preparation materials focused on professional web development. The project includes a specialized utility for migrating knowledge base content from the Yuque platform into portable external formats. It also implements a secure authentication system using the OAuth2 protocol to connect third-party authorization services. Additional capabilities cover web performance analysis for identifying technical bottlenecks through site sp

    Personal collection of frontend development notes and resources.

    Auf GitHub ansehen↗11,232
  • cjwirth/awesome-ios-uiAvatar von cjwirth

    cjwirth/awesome-ios-ui

    11,201Auf GitHub ansehen↗

    A curated list of awesome iOS UI/UX libraries

    Collection of UI components for iOS development.

    Auf GitHub ansehen↗11,201
  • jmcunningham/angularjs-learningAvatar von jmcunningham

    jmcunningham/AngularJS-Learning

    10,874Auf GitHub ansehen↗

    AngularJS-Learning is an educational repository and resource directory designed for mastering the AngularJS framework. It serves as a curated collection of tutorials, articles, and videos, providing a structured study guide that ranges from basic concepts to advanced architectural patterns. The project provides a directory of best practices, style guides, and architectural patterns for building scalable applications. It also maintains a collection of sample projects, boilerplates, and seed projects that demonstrate functional implementations of the framework. The repository covers a broad le

    Resources for learning AngularJS.

    Auf GitHub ansehen↗10,874
  • cytoscape/cytoscape.jsAvatar von cytoscape

    cytoscape/cytoscape.js

    10,857Auf GitHub ansehen↗

    Cytoscape.js is a JavaScript library designed for rendering interactive node-link diagrams and analyzing complex network structures directly within a web browser. It functions as a comprehensive framework for building responsive graph interfaces, providing the tools necessary to visualize relational datasets and manage hierarchical data models. The library distinguishes itself through a modular architecture that supports custom layout algorithms and rendering styles, allowing for the integration of physics-based engines to organize complex network structures automatically. It utilizes an even

    Library for graph theory and network visualization.

    JavaScriptanalysiscytoscapejsgraph-theory
    Auf GitHub ansehen↗10,857
  • pmndrs/valtioAvatar von pmndrs

    pmndrs/valtio

    10,196Auf GitHub ansehen↗

    Valtio is a proxy-based state management library and reactive state engine that provides a mutable state store. It allows application state to be updated through direct object mutations rather than immutable patterns, using JavaScript proxies to track changes and trigger updates. For React applications, it includes a synchronization hook that ensures components re-render only when the specific properties they access are modified. The system supports reactive data derivation through computed properties that automatically update when their underlying dependencies change. It maintains reactivity

    A proxy-based state management library for React.

    TypeScriptmutableproxyreact
    Auf GitHub ansehen↗10,196
  • jeffallan/claude-skillsAvatar von Jeffallan

    Jeffallan/claude-skills

    9,935Auf GitHub ansehen↗

    This project is an AI agent workflow orchestrator and automated software lifecycle manager designed to sequence specialized AI personas for end-to-end software development. It serves as a prompt engineering library and a full-stack development toolkit that guides the process from initial discovery and specification through to deployment and code review. The system features a context management framework that utilizes progressive loading and routing tables to fetch reference files on-demand, reducing token consumption within the model context window. It employs a definition-based routing syste

    Builds responsive user interfaces and cross-platform mobile applications using modern frontend frameworks.

    Pythonai-agentsclaudeclaude-code
    Auf GitHub ansehen↗9,935
Vorherige123…4Nächste
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Frontend Development