├── .github
└── workflows
│ └── snake.yml
├── README.md
├── about_me.gif
├── animated.gif
├── banner.png
└── header_.png
/.github/workflows/snake.yml:
--------------------------------------------------------------------------------
1 | name: Generate snake animation
2 |
3 | on:
4 | schedule: # execute every 12 hours
5 | - cron: "* */12 * * *"
6 |
7 | workflow_dispatch:
8 |
9 | push:
10 | branches:
11 | - master
12 |
13 | jobs:
14 | generate:
15 | permissions:
16 | contents: write
17 | runs-on: ubuntu-latest
18 | timeout-minutes: 5
19 |
20 | steps:
21 | - name: generate snake.svg
22 | uses: Platane/snk/svg-only@v3
23 | with:
24 | github_user_name: ${{ github.repository_owner }}
25 | outputs: dist/snake.svg?palette=github-dark
26 |
27 |
28 | - name: push snake.svg to the output branch
29 | uses: crazy-max/ghaction-github-pages@v3.1.0
30 | with:
31 | target_branch: output
32 | build_dir: dist
33 | env:
34 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | [](https://www.youtube.com/watch?v=SDkAGkd4NLc)
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 | Hello
, I'm Chinmay Kaitade
20 | A passionate Full Stack Developer from India 🇮🇳
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 | ##
*About Me*
44 |
45 |
46 |
47 | - 😄 Pronouns: **He/His**
48 |
49 | - 🌱 I’m currently working on **MERN Project**
50 |
51 | - 🏆 I'm Interested in making the world better by **PRs**
52 |
53 | - 💬 Ask me about **about Web Development Stuffs**
54 |
55 | - 📫 How to reach me chinmaykaitade123@gmail.com
56 |
57 | - ⚡ Fun fact **Your Childhood Celebrity Crush❤🔥**
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
Random dev joke for you!
67 |

68 |
69 |
70 | ### A Little More About Me! 🧟♂️
71 |
72 | ```javascript
73 | const chinmay = {
74 | askMeAbout: ["Web Dev", "Tech", "Editing"],
75 | code: [HTML5, CSS3, TailwindCSS, JavaScript, ReactJS, NodeJS, Express],
76 | tools: [React, Redux, Node, Styled-Components, Tailwind CSS],
77 | techCommunities: {
78 | Google Crowdsource,
79 | Github Developers Club,
80 | Follow Me on Dribble, Stackoverflow and LinkedIn
81 | },
82 | hobbies: {
83 | 'Playing Games',
84 | 'Tech Enthusiast'
85 | 'Being up all Night Chasing that ONE BUG...'
86 | },
87 |
88 | challenge: ["I am Learning MERN Stack Development"],
89 |
90 | lastButNotLeast: ["Updating Myself Virtually and in Reality"]
91 | }
92 | ```
93 |
94 |
95 |
96 |
97 |
98 |
99 |
100 |
101 | 🤞 Connect with Me
102 |
103 |
104 |
105 |
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
114 |
115 |
116 | 🛠 Language and Tools
117 |
118 |
119 |
120 | 
121 |
122 |
123 |
124 |
125 |
126 |
127 |
128 |
129 |
130 |
131 |
132 | # 💻 Tech Stack:
133 |
134 |                 
135 |
136 |
137 |
138 |
139 |
140 |
141 |
142 | # 👨💻 My Skills Set:
143 |
144 |
145 |
146 | ## Frontend
147 |
148 |
149 | 
150 | 
151 | 
152 | 
153 | 
154 | 
155 | 
156 | 
157 | 
158 | 
159 | 
160 | 
161 | 
162 | 
163 | 
164 | 
165 | 
166 | 
167 | 
168 | 
169 |
170 |
171 | |
172 |
173 | ## Backend
174 |
175 |
176 | 
177 | 
178 | 
179 | 
180 | 
181 | 
182 | 
183 | 
184 | 
185 | 
186 | 
187 |
188 |
189 | |
190 |
191 | ## DevOps
192 |
193 |
194 | 
195 | 
196 | 
197 | 
198 | 
199 | 
200 | 
201 | 
202 | 
203 | 
204 | 
205 | 
206 | 
207 | 
208 | 
209 | 
210 |
211 |
212 | |
213 |
214 |
215 |
216 |
217 |
218 |
219 |
220 | # 📊 GitHub Stats
221 |
222 |
223 |
224 | |  |  |
225 | | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
226 | |  |  |
227 |
228 |
229 |
230 |
231 |
232 |
233 |
234 |
235 |
236 |
237 |
238 |
239 |
240 |
241 |
242 |
243 | ## 📈 GitHub Contribution Graph
244 |
245 | [](https://github.com/ChinmayKaitade/github-readme-activity-graph)
246 |
247 |
248 |
249 |
250 |
251 |
252 |
253 |
254 |
255 |
256 | ## 🏆 GitHub Trophies
257 |
258 | 
259 |
260 |
261 |
262 | ### ✍️ Random Dev Quote
263 |
264 | 
265 |
266 |
267 |
268 | ## 💳 Github Profile Summary Card
269 |
270 |
271 |
272 |
273 |
274 |
275 |

276 |
277 |
278 |
279 |
280 |
281 |
282 |
283 |

284 |
285 |
286 |
287 |
288 |
289 |
290 |
291 |
292 | ###
293 |
294 |
295 |
296 |
297 |
298 | [](https://spotify-github-profile.vercel.app/api/view?uid=ybli0il5ugmggwcqrfomuyt7e&redirect=true)
299 |
300 |
301 |
302 |
303 |
304 |
305 |
306 |
307 | ### Made By ❤️ Chinmay Kaitade © Copyright. All Rights Reserved @2023.
308 |
309 |
310 |
--------------------------------------------------------------------------------
/about_me.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChinmayKaitade/chinmaykaitade/2fb091d3cda112d17c63c4edf9f40dc8b044bab1/about_me.gif
--------------------------------------------------------------------------------
/animated.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChinmayKaitade/chinmaykaitade/2fb091d3cda112d17c63c4edf9f40dc8b044bab1/animated.gif
--------------------------------------------------------------------------------
/banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChinmayKaitade/chinmaykaitade/2fb091d3cda112d17c63c4edf9f40dc8b044bab1/banner.png
--------------------------------------------------------------------------------
/header_.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChinmayKaitade/chinmaykaitade/2fb091d3cda112d17c63c4edf9f40dc8b044bab1/header_.png
--------------------------------------------------------------------------------