awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to allthingssmitty/css-protips

Open-source alternatives to Css Protips

30 open-source projects similar to allthingssmitty/css-protips, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Css Protips alternative.

  • sindresorhus/modern-normalizeAvatar de sindresorhus

    sindresorhus/modern-normalize

    7,348Ver en GitHub↗

    modern-normalize is a CSS reset stylesheet and browser style normalizer. It provides a minimal set of global style overrides designed to remove inconsistent default user-agent styles and prevent browser-specific rendering quirks. The project establishes a predictable frontend layout baseline by standardizing typography and layout properties. It specifically enforces a consistent layout model by applying border-box sizing across all HTML elements. The stylesheet uses tag-based global targeting to apply normalization rules directly to HTML elements, removing the need for specific class names.

    TypeScript
    Ver en GitHub↗7,348
  • csstools/sanitize.cssAvatar de csstools

    csstools/sanitize.css

    5,293Ver en GitHub↗

    sanitize.css is a CSS normalizer and reset library that provides a standardized baseline for typography, form controls, and element layouts. It removes browser default inconsistencies to establish a predictable foundation for web design and modern applications. The project implements a modern CSS baseline focusing on system interface fonts and consistent rendering across different web browsers and operating systems. It integrates a system-font stack to ensure consistent typography and fast rendering on various platforms. The stylesheet covers core layout and accessibility capabilities, inclu

    CSS
    Ver en GitHub↗5,293
  • thoughtbot/guidesAvatar de thoughtbot

    thoughtbot/guides

    9,556Ver en GitHub↗

    This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of

    Ruby
    Ver en GitHub↗9,556

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • jonathantneal/sanitize.cssAvatar de jonathantneal

    jonathantneal/sanitize.css

    5,293Ver en GitHub↗

    sanitize.css is a CSS reset library and normalizer that provides a baseline stylesheet for web projects. It establishes a uniform visual starting point by removing inconsistent browser-specific default styles and implementing a global CSS reset. The project focuses on cross-browser style normalization, ensuring that typography, form controls, and HTML elements render consistently across different browsers and devices. It implements a system-font stack to eliminate rendering discrepancies and applies box-sizing normalization to ensure a predictable layout model. The library also includes acce

    CSS
    Ver en GitHub↗5,293
  • rstacruz/cheatsheetsAvatar de rstacruz

    rstacruz/cheatsheets

    14,429Ver en GitHub↗

    This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she

    SCSS
    Ver en GitHub↗14,429
  • kevquirk/simple.cssAvatar de kevquirk

    kevquirk/simple.css

    4,921Ver en GitHub↗

    simple.css is a classless CSS framework that styles plain, semantic HTML with sensible defaults, requiring no CSS classes or JavaScript. It automatically applies a dark color scheme based on system preference, sets responsive typography and spacing from a modular scale, and includes a minimal CSS reset to normalize browser defaults. The entire framework lives in a single file with no dependencies. The framework uses only element selectors, so any standard HTML page becomes visually presentable with a centered, max-width layout, accessible interactive elements (buttons, forms, navigation), and

    HTMLcsscss3html
    Ver en GitHub↗4,921
  • facebookarchive/asyncdisplaykitAvatar de facebookarchive

    facebookarchive/AsyncDisplayKit

    13,345Ver en GitHub↗

    AsyncDisplayKit is an asynchronous UI framework and performance library for iOS. It provides a collection of performant alternatives to standard views, allowing developers to build responsive interfaces by offloading layout and rendering tasks to background threads. The framework is centered around a declarative layout engine based on a flexbox model, which calculates element positions and sizes asynchronously. It utilizes a node-based abstraction to wrap native views, enabling the instantiation and configuration of UI hierarchies on background threads to prevent main thread blocking. The sy

    Objective-C++
    Ver en GitHub↗13,345
  • pure-css/pureAvatar de pure-css

    pure-css/pure

    23,731Ver en GitHub↗

    Pure is a CSS UI framework and modular component library designed for building consistent web layouts and interface components. It functions as a responsive CSS grid system and a CSS reset library that normalizes default browser rendering to ensure a uniform appearance across different web environments. The project provides standalone styles for common interactive elements such as buttons, menus, forms, and tables. It utilizes a modular architecture that allows for the inclusion of specific style modules and employs namespace isolation to prevent visual conflicts between components. The fram

    JavaScript
    Ver en GitHub↗23,731
  • rebassjs/rebassAvatar de rebassjs

    rebassjs/rebass

    7,905Ver en GitHub↗

    Rebass is a React design system library that provides a collection of theme-driven, responsive UI primitives. It functions as a theme-based layout engine, using a set of stateless components to standardize spacing, typography, and colors across a user interface. The library distinguishes itself by mapping style properties to a central design theme through a styled-system approach. This allows for responsive style mapping where components automatically adapt their appearance based on screen size and provides the ability to swap underlying HTML elements while preserving styling logic to maintai

    JavaScriptcolorcomponentscss
    Ver en GitHub↗7,905
  • thedaviddias/front-end-checklistAvatar de thedaviddias

    thedaviddias/Front-End-Checklist

    72,941Ver en GitHub↗

    This project provides a comprehensive web development checklist designed to verify the production readiness of websites before they are launched. It serves as a technical audit framework that guides developers through a systematic, manual validation process to ensure that all quality, performance, and accessibility standards are met. The checklist distinguishes itself through a hierarchical taxonomy that organizes complex technical requirements into logical domains, such as security, performance, and semantic structure. By utilizing a progressive enhancement methodology, it encourages develop

    MDXchecklistcssfront-end-developer-tool
    Ver en GitHub↗72,941
  • necolas/react-native-webAvatar de necolas

    necolas/react-native-web

    22,132Ver en GitHub↗

    This project is a cross-platform user interface framework that maps mobile-native component primitives to standard web elements. It enables developers to build consistent applications that function across both mobile and web environments by providing a unified library of components and shared logic. The framework distinguishes itself through a specialized style engine that converts JavaScript object-based declarations into optimized, scoped CSS at runtime. It also features a responsive layout engine that implements a flexbox-based system, ensuring that interfaces adapt dynamically to differen

    JavaScriptcross-platformcss-in-jsgui-framework
    Ver en GitHub↗22,132
  • adamschwartz/magic-of-cssAvatar de adamschwartz

    adamschwartz/magic-of-css

    6,684Ver en GitHub↗

    Magic of CSS is a structured tutorial series that teaches web developers advanced CSS layout, typography, and animation techniques through hands-on examples. The course covers the full spectrum of CSS capabilities, from foundational box model and positioning concepts to sophisticated animation and interactive state management, all without relying on JavaScript. The series distinguishes itself by teaching practical, real-world CSS patterns such as inline-block justified grids, percentage-based absolute positioning, table-display vertical centering, and letter-span styling techniques. It demons

    CSScssdesignexamples
    Ver en GitHub↗6,684
  • twbs/bootstrapAvatar de twbs

    twbs/bootstrap

    174,380Ver en GitHub↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By establishing a baseline through browser normalization and standardized typography, the project enables developers to create accessible, cross-browser compatible web applications. The framework distinguishes itself through a modular Sass-based architecture that allows for deep cust

    MDXbootstrapcsscss-framework
    Ver en GitHub↗174,380
  • madd86/awesome-system-designAvatar de madd86

    madd86/awesome-system-design

    11,695Ver en GitHub↗

    This project is a comprehensive learning resource and reference guide for software architecture and distributed systems design. It serves as a structured curriculum for engineers to study fundamental architectural patterns, scalability strategies, and distributed computing theory, specifically tailored to prepare for technical interviews and professional engineering roles. The repository distinguishes itself by providing a curated collection of industry-standard infrastructure tools and methodologies. It covers the selection and implementation of technologies for data storage, message brokeri

    distributed-systemshadoop-ecosysteminterview
    Ver en GitHub↗11,695
  • dypsilon/frontend-dev-bookmarksAvatar de dypsilon

    dypsilon/frontend-dev-bookmarks

    46,972Ver en GitHub↗

    This project is a curated knowledge repository that serves as a comprehensive reference guide for web development. It organizes high-quality resources, documentation, and technical links into a structured collection designed to assist developers in navigating the frontend ecosystem and staying updated with evolving industry standards. The repository utilizes a directory-based information architecture, categorizing complex technical topics into nested folders to ensure predictable navigation. By leveraging a git-versioned knowledge base, the project maintains a complete historical audit trail

    awesomeawesome-listfrontend
    Ver en GitHub↗46,972
  • necolas/idiomatic-cssAvatar de necolas

    necolas/idiomatic-css

    6,656Ver en GitHub↗

    Idiomatic CSS is a CSS style guide and architecture standard designed to ensure the creation of consistent and maintainable styles. It provides a set of standardized rules and conventions for writing idiomatic CSS code, functioning as both a formatting specification and a general guide for style organization. The project focuses on CSS preprocessor best practices, specifically providing guidelines to manage nesting depth and selector specificity to avoid complex cascades. It further distinguishes itself through structured documentation patterns and component sectioning to improve the long-ter

    Ver en GitHub↗6,656
  • fengdu78/coursera-ml-andrewng-notesAvatar de fengdu78

    fengdu78/Coursera-ML-AndrewNg-Notes

    37,168Ver en GitHub↗

    This repository serves as a machine learning educational archive and technical knowledge base. It provides a structured collection of study notes and documentation designed to assist learners in mastering fundamental machine learning algorithms, mathematical foundations, and predictive modeling concepts. The project functions as an open-source learning resource that facilitates collaborative knowledge management and educational archiving. By organizing complex technical topics into a searchable, hierarchical repository, it supports independent study and preparation for professional data scien

    HTMLcourseramachine-learning
    Ver en GitHub↗37,168
  • sudheerj/javascript-interview-questionsAvatar de sudheerj

    sudheerj/javascript-interview-questions

    27,478Ver en GitHub↗

    This repository is a curated knowledge base designed to assist developers in preparing for technical job assessments. It serves as a structured reference for fundamental programming concepts, language mechanics, and functional patterns, providing a collection of common questions and conceptual explanations to support professional development in software engineering. The project distinguishes itself through a community-driven approach, where technical content is refined and updated by contributors using a collaborative revision control workflow. It emphasizes functional programming education,

    JavaScriptangularcore-javascriptjavascript
    Ver en GitHub↗27,478
  • bendc/frontend-guidelinesAvatar de bendc

    bendc/frontend-guidelines

    9,089Ver en GitHub↗

    This project is a comprehensive collection of frontend development best practices and standards. It provides guides for writing semantic HTML, efficient CSS, and functional JavaScript to improve overall web performance and accessibility. The repository establishes frameworks for modern CSS architecture, focusing on specificity management and the use of Flexbox and Grid for predictable layouts. It outlines patterns for functional JavaScript programming, emphasizing the use of pure functions and composition to reduce execution time and dependency bloat. The guidelines cover several core capabi

    Ver en GitHub↗9,089
  • ember-community-russia/awesome-emberAvatar de ember-community-russia

    ember-community-russia/awesome-ember

    204Ver en GitHub↗

    A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.

    awesomeawesome-listember
    Ver en GitHub↗204
  • dnbard/awesome-knockoutAvatar de dnbard

    dnbard/awesome-knockout

    105Ver en GitHub↗

    A curated list of awesome plugins for Knockout

    Ver en GitHub↗105
  • mdbootstrap/awesome-mdbootstrapAvatar de mdbootstrap

    mdbootstrap/awesome-mdbootstrap

    60Ver en GitHub↗

    A curated list of awesome things related to MDBootstrap

    awesomeawesome-listbootstrap
    Ver en GitHub↗60
  • lauthieb/awesome-storybookAvatar de lauthieb

    lauthieb/awesome-storybook

    417Ver en GitHub↗

    A collection of awesome resources about @storybookjs ecosystem 🎨

    awesomeawesome-liststorybook
    Ver en GitHub↗417
  • allthingssmitty/jquery-tips-everyone-should-knowAvatar de AllThingsSmitty

    AllThingsSmitty/jquery-tips-everyone-should-know

    4,315Ver en GitHub↗

    This project serves as a comprehensive development guide for the jQuery library, focusing on best practices and techniques for efficient web frontend development. It provides a structured collection of patterns for manipulating the document object model, managing dynamic content, and streamlining asynchronous data requests. The guide emphasizes performance and maintainability by detailing strategies for optimizing element selection, implementing event delegation, and managing element state. It covers methods for resolving library conflicts, standardizing layout dimensions, and controlling bro

    awesomeawesome-listjquery
    Ver en GitHub↗4,315
  • master-co/awesome-master-cssAvatar de master-co

    master-co/awesome-master-css

    36Ver en GitHub↗

    Master CSS - A Virtual CSS language with enhanced syntax.

    awesomeawesome-listcss
    Ver en GitHub↗36
  • lucasbassetti/awesome-lessAvatar de LucasBassetti

    LucasBassetti/awesome-less

    67Ver en GitHub↗

    :sunglasses: A curated list of awesome {Less}

    awesomeawesome-listcss
    Ver en GitHub↗67
  • nadunindunil/awesome-material-uiAvatar de nadunindunil

    nadunindunil/awesome-material-ui

    268Ver en GitHub↗

    A curated list of Material-UI resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about Material-UI that we keep up-to-date

    awesomeawesome-listhacktoberfest
    Ver en GitHub↗268
  • dok/awesome-text-editingAvatar de dok

    dok/awesome-text-editing

    296Ver en GitHub↗

    Collection of text editing resources and libraries for the web

    Ver en GitHub↗296
  • choojs/awesome-chooAvatar de choojs

    choojs/awesome-choo

    202Ver en GitHub↗

    🌅 Awesome things related with choo framework

    awesomeawesome-listchoo
    Ver en GitHub↗202
  • candelibas/awesome-ionicAvatar de candelibas

    candelibas/awesome-ionic

    862Ver en GitHub↗

    Awesome list of Ionic resources. Made by Capgo

    Ver en GitHub↗862