Skip to content

Latest commit

 

History

History
81 lines (65 loc) · 14.9 KB

File metadata and controls

81 lines (65 loc) · 14.9 KB

Markdown Badge Catalog

This markdown file contains a collection of badges without labels. You can easily copy and paste the markdown code to include these badges in your own README files or documentation.

Table of Contents

Badges

🧑‍💻 Languages

Name Badge Markdown
Go Go [![Go](https://img.shields.io/badge/Go-00ADD8?style=flat&logo=go&logoColor=white)](https://go.dev/)
Rust Rust [![Rust](https://img.shields.io/badge/Rust-000000?style=flat&logo=rust&logoColor=white)](https://www.rust-lang.org/)
Python Python [![Python](https://img.shields.io/badge/Python-3776AB?style=flat&logo=python&logoColor=white)](https://www.python.org/)
JavaScript JavaScript [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
TypeScript TypeScript [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
Java Java [![Java](https://img.shields.io/badge/Java-007396?style=flat&logo=java&logoColor=white)](https://www.java.com/)
Kotlin Kotlin [![Kotlin](https://img.shields.io/badge/Kotlin-0095D5?style=flat&logo=kotlin&logoColor=white)](https://kotlinlang.org/)
Swift Swift [![Swift](https://img.shields.io/badge/Swift-F05138?style=flat&logo=swift&logoColor=white)](https://swift.org/)
C++ C++ [![C++](https://img.shields.io/badge/C++-00599C?style=flat&logo=cplusplus&logoColor=white)](https://isocpp.org/)
C C [![C](https://img.shields.io/badge/C-A8B9CC?style=flat&logo=c&logoColor=white)](https://en.wikipedia.org/wiki/C_(programming_language))
Ruby Ruby [![Ruby](https://img.shields.io/badge/Ruby-CC342D?style=flat&logo=ruby&logoColor=white)](https://www.ruby-lang.org/)
PHP PHP [![PHP](https://img.shields.io/badge/PHP-777BB4?style=flat&logo=php&logoColor=white)](https://www.php.net/)
Dart Dart [![Dart](https://img.shields.io/badge/Dart-0175C2?style=flat&logo=dart&logoColor=white)](https://dart.dev/)
Elixir Elixir [![Elixir](https://img.shields.io/badge/Elixir-4B275F?style=flat&logo=elixir&logoColor=white)](https://elixir-lang.org/)
Haskell Haskell [![Haskell](https://img.shields.io/badge/Haskell-5C4F7C?style=flat&logo=haskell&logoColor=white)](https://www.haskell.org/)
Scala Scala [![Scala](https://img.shields.io/badge/Scala-C22D40?style=flat&logo=scala&logoColor=white)](https://www.scala-lang.org/)

↑ Back to top

🛠️ Build Tools & Package Managers

Name Badge Markdown
npm npm [![npm](https://img.shields.io/badge/npm-CB3837?style=flat&logo=npm&logoColor=white)](https://www.npmjs.com/)
Yarn Yarn [![Yarn](https://img.shields.io/badge/Yarn-2C8EBB?style=flat&logo=yarn&logoColor=white)](https://yarnpkg.com/)
pnpm pnpm [![pnpm](https://img.shields.io/badge/pnpm-F69220?style=flat&logo=pnpm&logoColor=white)](https://pnpm.io/)
Bun Bun [![Bun](https://img.shields.io/badge/Bun-000000?style=flat&logo=bun&logoColor=white)](https://bun.sh/)
Cargo Cargo [![Cargo](https://img.shields.io/badge/Cargo-000000?style=flat&logo=rust&logoColor=white)](https://crates.io/)
Poetry Poetry [![Poetry](https://img.shields.io/badge/Poetry-4F3D9A?style=flat&logo=poetry&logoColor=white)](https://python-poetry.org/)
Gradle Gradle [![Gradle](https://img.shields.io/badge/Gradle-02303A?style=flat&logo=gradle&logoColor=white)](https://gradle.org/)
Maven Maven [![Maven](https://img.shields.io/badge/Maven-C71A36?style=flat&logo=apachemaven&logoColor=white)](https://maven.apache.org/)
CMake CMake [![CMake](https://img.shields.io/badge/CMake-064F8C?style=flat&logo=cmake&logoColor=white)](https://cmake.org/)

↑ Back to top

🎮 Engines & Frameworks

Name Badge Markdown
React React [![React](https://img.shields.io/badge/React-61DAFB?style=flat&logo=react&logoColor=black)](https://react.dev/)
Next.js Next.js [![Next.js](https://img.shields.io/badge/Next.js-000000?style=flat&logo=nextdotjs&logoColor=white)](https://nextjs.org/)
Vue.js Vue.js [![Vue.js](https://img.shields.io/badge/Vue.js-4FC08D?style=flat&logo=vuedotjs&logoColor=white)](https://vuejs.org/)
Svelte Svelte [![Svelte](https://img.shields.io/badge/Svelte-FF3E00?style=flat&logo=svelte&logoColor=white)](https://svelte.dev/)
Angular Angular [![Angular](https://img.shields.io/badge/Angular-DD0031?style=flat&logo=angular&logoColor=white)](https://angular.io/)
Tailwind CSS Tailwind CSS [![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-06B6D4?style=flat&logo=tailwindcss&logoColor=white)](https://tailwindcss.com/)
FastAPI FastAPI [![FastAPI](https://img.shields.io/badge/FastAPI-009688?style=flat&logo=fastapi&logoColor=white)](https://fastapi.tiangolo.com/)
Django Django [![Django](https://img.shields.io/badge/Django-092E20?style=flat&logo=django&logoColor=white)](https://www.djangoproject.com/)
Astro Astro [![Astro](https://img.shields.io/badge/Astro-FF5A03?style=flat&logo=astro&logoColor=white)](https://astro.build/)

↑ Back to top

🟢 Project Status

Status Badge Markdown
Stable Stable ![Stable](https://img.shields.io/badge/Status-Stable-success?style=flat)
In Development In Development ![In Development](https://img.shields.io/badge/Status-In%20Development-orange?style=flat)
Early Development Early Development ![Early Development](https://img.shields.io/badge/Status-Early%20Development-yellow?style=flat)
Experimental Experimental ![Experimental](https://img.shields.io/badge/Status-Experimental-blueviolet?style=flat)
Maintenance Maintenance ![Maintenance](https://img.shields.io/badge/Status-Maintenance-lightseagreen?style=flat)
Alpha Alpha ![Alpha](https://img.shields.io/badge/Status-Alpha-lightpink?style=flat)
Deprecated Deprecated ![Deprecated](https://img.shields.io/badge/Status-Deprecated-lightgrey?style=flat)

↑ Back to top