awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 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-normalizesindresorhus का अवतार

    sindresorhus/modern-normalize

    7,348GitHub पर देखें↗

    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
    GitHub पर देखें↗7,348
  • csstools/sanitize.csscsstools का अवतार

    csstools/sanitize.css

    5,293GitHub पर देखें↗

    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
    GitHub पर देखें↗5,293
  • thoughtbot/guidesthoughtbot का अवतार

    thoughtbot/guides

    9,556GitHub पर देखें↗

    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
    GitHub पर देखें↗9,556

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • jonathantneal/sanitize.cssjonathantneal का अवतार

    jonathantneal/sanitize.css

    5,293GitHub पर देखें↗

    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
    GitHub पर देखें↗5,293
  • rstacruz/cheatsheetsrstacruz का अवतार

    rstacruz/cheatsheets

    14,429GitHub पर देखें↗

    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
    GitHub पर देखें↗14,429
  • kevquirk/simple.csskevquirk का अवतार

    kevquirk/simple.css

    4,921GitHub पर देखें↗

    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
    GitHub पर देखें↗4,921
  • facebookarchive/asyncdisplaykitfacebookarchive का अवतार

    facebookarchive/AsyncDisplayKit

    13,345GitHub पर देखें↗

    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++
    GitHub पर देखें↗13,345
  • pure-css/purepure-css का अवतार

    pure-css/pure

    23,731GitHub पर देखें↗

    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
    GitHub पर देखें↗23,731
  • rebassjs/rebassrebassjs का अवतार

    rebassjs/rebass

    7,905GitHub पर देखें↗

    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
    GitHub पर देखें↗7,905
  • thedaviddias/front-end-checklistthedaviddias का अवतार

    thedaviddias/Front-End-Checklist

    72,941GitHub पर देखें↗

    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
    GitHub पर देखें↗72,941
  • necolas/react-native-webnecolas का अवतार

    necolas/react-native-web

    22,132GitHub पर देखें↗

    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
    GitHub पर देखें↗22,132
  • adamschwartz/magic-of-cssadamschwartz का अवतार

    adamschwartz/magic-of-css

    6,684GitHub पर देखें↗

    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
    GitHub पर देखें↗6,684
  • twbs/bootstraptwbs का अवतार

    twbs/bootstrap

    174,380GitHub पर देखें↗

    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
    GitHub पर देखें↗174,380
  • madd86/awesome-system-designmadd86 का अवतार

    madd86/awesome-system-design

    11,695GitHub पर देखें↗

    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
    GitHub पर देखें↗11,695
  • dypsilon/frontend-dev-bookmarksdypsilon का अवतार

    dypsilon/frontend-dev-bookmarks

    46,972GitHub पर देखें↗

    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
    GitHub पर देखें↗46,972
  • necolas/idiomatic-cssnecolas का अवतार

    necolas/idiomatic-css

    6,656GitHub पर देखें↗

    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

    GitHub पर देखें↗6,656
  • fengdu78/coursera-ml-andrewng-notesfengdu78 का अवतार

    fengdu78/Coursera-ML-AndrewNg-Notes

    37,168GitHub पर देखें↗

    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
    GitHub पर देखें↗37,168
  • sudheerj/javascript-interview-questionssudheerj का अवतार

    sudheerj/javascript-interview-questions

    27,478GitHub पर देखें↗

    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
    GitHub पर देखें↗27,478
  • bendc/frontend-guidelinesbendc का अवतार

    bendc/frontend-guidelines

    9,089GitHub पर देखें↗

    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

    GitHub पर देखें↗9,089
  • ember-community-russia/awesome-emberember-community-russia का अवतार

    ember-community-russia/awesome-ember

    204GitHub पर देखें↗

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

    awesomeawesome-listember
    GitHub पर देखें↗204
  • dnbard/awesome-knockoutdnbard का अवतार

    dnbard/awesome-knockout

    105GitHub पर देखें↗

    A curated list of awesome plugins for Knockout

    GitHub पर देखें↗105
  • mdbootstrap/awesome-mdbootstrapmdbootstrap का अवतार

    mdbootstrap/awesome-mdbootstrap

    60GitHub पर देखें↗

    A curated list of awesome things related to MDBootstrap

    awesomeawesome-listbootstrap
    GitHub पर देखें↗60
  • lauthieb/awesome-storybooklauthieb का अवतार

    lauthieb/awesome-storybook

    417GitHub पर देखें↗

    A collection of awesome resources about @storybookjs ecosystem 🎨

    awesomeawesome-liststorybook
    GitHub पर देखें↗417
  • allthingssmitty/jquery-tips-everyone-should-knowAllThingsSmitty का अवतार

    AllThingsSmitty/jquery-tips-everyone-should-know

    4,315GitHub पर देखें↗

    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
    GitHub पर देखें↗4,315
  • master-co/awesome-master-cssmaster-co का अवतार

    master-co/awesome-master-css

    36GitHub पर देखें↗

    Master CSS - A Virtual CSS language with enhanced syntax.

    awesomeawesome-listcss
    GitHub पर देखें↗36
  • lucasbassetti/awesome-lessLucasBassetti का अवतार

    LucasBassetti/awesome-less

    67GitHub पर देखें↗

    :sunglasses: A curated list of awesome {Less}

    awesomeawesome-listcss
    GitHub पर देखें↗67
  • nadunindunil/awesome-material-uinadunindunil का अवतार

    nadunindunil/awesome-material-ui

    268GitHub पर देखें↗

    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
    GitHub पर देखें↗268
  • dok/awesome-text-editingdok का अवतार

    dok/awesome-text-editing

    296GitHub पर देखें↗

    Collection of text editing resources and libraries for the web

    GitHub पर देखें↗296
  • choojs/awesome-choochoojs का अवतार

    choojs/awesome-choo

    202GitHub पर देखें↗

    🌅 Awesome things related with choo framework

    awesomeawesome-listchoo
    GitHub पर देखें↗202
  • candelibas/awesome-ioniccandelibas का अवतार

    candelibas/awesome-ionic

    862GitHub पर देखें↗

    Awesome list of Ionic resources. Made by Capgo

    GitHub पर देखें↗862