awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to allthingssmitty/css-protips

Projects sharing features with Css Protips

30 open-source projects similar to allthingssmitty/css-protips, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • sindresorhus/modern-normalizesindresorhus avatar

    sindresorhus/modern-normalize

    7,348View on 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
    View on GitHub↗7,348
  • csstools/sanitize.csscsstools avatar

    csstools/sanitize.css

    5,293View on 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
    View on GitHub↗5,293
  • thoughtbot/guidesthoughtbot avatar

    thoughtbot/guides

    9,556View on 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
    View on GitHub↗9,556

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • jonathantneal/sanitize.cssjonathantneal avatar

    jonathantneal/sanitize.css

    5,293View on 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
    View on GitHub↗5,293
  • rstacruz/cheatsheetsrstacruz avatar

    rstacruz/cheatsheets

    14,429View on 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
    View on GitHub↗14,429
  • kevquirk/simple.csskevquirk avatar

    kevquirk/simple.css

    4,921View on 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
    View on GitHub↗4,921
  • facebookarchive/asyncdisplaykitfacebookarchive avatar

    facebookarchive/AsyncDisplayKit

    13,345View on 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++
    View on GitHub↗13,345
  • pure-css/purepure-css avatar

    pure-css/pure

    23,731View on 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
    View on GitHub↗23,731
  • rebassjs/rebassrebassjs avatar

    rebassjs/rebass

    7,905View on 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
    View on GitHub↗7,905
  • thedaviddias/front-end-checklistthedaviddias avatar

    thedaviddias/Front-End-Checklist

    72,941View on 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
    View on GitHub↗72,941
  • necolas/react-native-webnecolas avatar

    necolas/react-native-web

    22,132View on 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
    View on GitHub↗22,132
  • adamschwartz/magic-of-cssadamschwartz avatar

    adamschwartz/magic-of-css

    6,684View on 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
    View on GitHub↗6,684
  • twbs/bootstraptwbs avatar

    twbs/bootstrap

    174,380View on 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
    View on GitHub↗174,380
  • madd86/awesome-system-designmadd86 avatar

    madd86/awesome-system-design

    11,695View on 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
    View on GitHub↗11,695
  • dypsilon/frontend-dev-bookmarksdypsilon avatar

    dypsilon/frontend-dev-bookmarks

    46,972View on 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
    View on GitHub↗46,972
  • necolas/idiomatic-cssnecolas avatar

    necolas/idiomatic-css

    6,656View on 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

    View on GitHub↗6,656
  • fengdu78/coursera-ml-andrewng-notesfengdu78 avatar

    fengdu78/Coursera-ML-AndrewNg-Notes

    37,168View on 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
    View on GitHub↗37,168
  • sudheerj/javascript-interview-questionssudheerj avatar

    sudheerj/javascript-interview-questions

    27,478View on 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
    View on GitHub↗27,478
  • bendc/frontend-guidelinesbendc avatar

    bendc/frontend-guidelines

    9,089View on 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

    View on GitHub↗9,089
  • ember-community-russia/awesome-emberember-community-russia avatar

    ember-community-russia/awesome-ember

    204View on GitHub↗

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

    awesomeawesome-listember
    View on GitHub↗204
  • dnbard/awesome-knockoutdnbard avatar

    dnbard/awesome-knockout

    105View on GitHub↗

    A curated list of awesome plugins for Knockout

    View on GitHub↗105
  • mdbootstrap/awesome-mdbootstrapmdbootstrap avatar

    mdbootstrap/awesome-mdbootstrap

    60View on GitHub↗

    A curated list of awesome things related to MDBootstrap

    awesomeawesome-listbootstrap
    View on GitHub↗60
  • lauthieb/awesome-storybooklauthieb avatar

    lauthieb/awesome-storybook

    417View on GitHub↗

    A collection of awesome resources about @storybookjs ecosystem 🎨

    awesomeawesome-liststorybook
    View on GitHub↗417
  • allthingssmitty/jquery-tips-everyone-should-knowAllThingsSmitty avatar

    AllThingsSmitty/jquery-tips-everyone-should-know

    4,315View on 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
    View on GitHub↗4,315
  • master-co/awesome-master-cssmaster-co avatar

    master-co/awesome-master-css

    36View on GitHub↗

    Master CSS - A Virtual CSS language with enhanced syntax.

    awesomeawesome-listcss
    View on GitHub↗36
  • lucasbassetti/awesome-lessLucasBassetti avatar

    LucasBassetti/awesome-less

    67View on GitHub↗

    :sunglasses: A curated list of awesome {Less}

    awesomeawesome-listcss
    View on GitHub↗67
  • nadunindunil/awesome-material-uinadunindunil avatar

    nadunindunil/awesome-material-ui

    268View on 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
    View on GitHub↗268
  • dok/awesome-text-editingdok avatar

    dok/awesome-text-editing

    296View on GitHub↗

    Collection of text editing resources and libraries for the web

    View on GitHub↗296
  • choojs/awesome-choochoojs avatar

    choojs/awesome-choo

    202View on GitHub↗

    🌅 Awesome things related with choo framework

    awesomeawesome-listchoo
    View on GitHub↗202
  • candelibas/awesome-ioniccandelibas avatar

    candelibas/awesome-ionic

    862View on GitHub↗

    Awesome list of Ionic resources. Made by Capgo

    View on GitHub↗862