-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbadges.yml
More file actions
91 lines (79 loc) · 4.7 KB
/
badges.yml
File metadata and controls
91 lines (79 loc) · 4.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# APEX TECHNICAL AUTHORITY: badges.yml
# This file centralizes all Shields.io badges for the README.md.
# It ensures consistency and simplifies updates.
# Style: flat-square
# Username: chirag127
badges:
- name: "Build Status"
markdown: "[

](https://github.com/chirag127/WebDev-Odyssey-Full-Stack-Bootcamp-Showcase-Portfolio/actions/workflows/ci.yml)"
url: "https://github.com/chirag127/WebDev-Odyssey-Full-Stack-Bootcamp-Showcase-Portfolio/actions/workflows/ci.yml"
img_url: "https://img.shields.io/github/actions/workflow/status/chirag127/WebDev-Odyssey-Full-Stack-Bootcamp-Showcase-Portfolio/ci.yml?branch=main&style=flat-square"
- name: "Codecov"
markdown: "[

](https://codecov.io/gh/chirag127/WebDev-Odyssey-Full-Stack-Bootcamp-Showcase-Portfolio)"
url: "https://codecov.io/gh/chirag127/WebDev-Odyssey-Full-Stack-Bootcamp-Showcase-Portfolio"
img_url: "https://img.shields.io/codecov/c/github/chirag127/WebDev-Odyssey-Full-Stack-Bootcamp-Showcase-Portfolio?style=flat-square"
- name: "Lint & Format (Biome)"
markdown: "[

](https://biomejs.dev/)"
url: "https://biomejs.dev/"
img_url: "https://img.shields.io/badge/linted_&_formatted-Biome-60A5FA?style=flat-square"
- name: "License"
markdown: "[

](https://github.com/chirag127/WebDev-Odyssey-Full-Stack-Bootcamp-Showcase-Portfolio/blob/main/LICENSE)"
url: "https://github.com/chirag127/WebDev-Odyssey-Full-Stack-Bootcamp-Showcase-Portfolio/blob/main/LICENSE"
img_url: "https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg?style=flat-square"
- name: "GitHub Stars"
markdown: "[

](https://github.com/chirag127/WebDev-Odyssey-Full-Stack-Bootcamp-Showcase-Portfolio/stargazers)"
url: "https://github.com/chirag127/WebDev-Odyssey-Full-Stack-Bootcamp-Showcase-Portfolio/stargazers"
img_url: "https://img.shields.io/github/stars/chirag127/WebDev-Odyssey-Full-Stack-Bootcamp-Showcase-Portfolio?style=flat-square"
tech_stack:
- name: "TypeScript"
markdown: "[

](https://www.typescriptlang.org/)"
url: "https://www.typescriptlang.org/"
img_url: "https://img.shields.io/badge/TypeScript-3178C6?style=flat-square&logo=typescript&logoColor=white"
- name: "React"
markdown: "[

](https://react.dev/)"
url: "https://react.dev/"
img_url: "https://img.shields.io/badge/React-20232A?style=flat-square&logo=react&logoColor=61DAFB"
- name: "Vite"
markdown: "[

](https://vitejs.dev/)"
url: "https://vitejs.dev/"
img_url: "https://img.shields.io/badge/Vite-646CFF?style=flat-square&logo=vite&logoColor=white"
- name: "Node.js"
markdown: "[

](https://nodejs.org/)"
url: "https://nodejs.org/"
img_url: "https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=nodedotjs&logoColor=white"
- name: "Express"
markdown: "[

](https://expressjs.com/)"
url: "https://expressjs.com/"
img_url: "https://img.shields.io/badge/Express.js-000000?style=flat-square&logo=express&logoColor=white"
- name: "MongoDB"
markdown: "[

](https://www.mongodb.com/)"
url: "https://www.mongodb.com/"
img_url: "https://img.shields.io/badge/MongoDB-47A248?style=flat-square&logo=mongodb&logoColor=white"
- name: "TailwindCSS"
markdown: "[

](https://tailwindcss.com/)"
url: "https://tailwindcss.com/"
img_url: "https://img.shields.io/badge/Tailwind_CSS-06B6D4?style=flat-square&logo=tailwindcss&logoColor=white"