forked from CoderSaty/FirstProjects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
437 lines (392 loc) · 19.9 KB
/
project.html
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/favicon.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="project.css">
<!-- icons -->
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/fontisto@v3.0.4/css/fontisto/fontisto.min.css'></i>
<title>CoderSaty | Projects</title>
</head>
<body>
<nav>
<h2>CoderSaty</h2>
<ul class="unordered inline">
<li>
<a class="link" href="/">Home</a>
</li>
<li>
<a class="link active" href="project.html">Project</a>
</li>
<li>
<a class="link" href="blogs.html">blogs</a>
</li>
</ul>
</nav>
<header class="hero">
<img src="img/projects.svg" alt="" class="hero-image">
<h1 class="hero-heading">See my <span class="highlight">Work</span></h1>
</header>
<section class="section">
<h2 class="project-heading">Simon Game</h2>
<p class="project-date">May 2020</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>HTML5, CSS, jQuery
</em>
</p>
<p class="description mb-2">
A simple web app created mainly using jQuery to make a virtual Simon Game.
</p>
<p class="project-links">
<a target="_blank" href="https://codersaty.github.io/Simon-Game/" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/CoderSaty/Simon-Game" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://codersaty.github.io/Portfolio/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Best Indian Cricket Team 11</h2>
<p class="project-date">May 2020</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>HTML5, CSS, React.js, codesandbox, JSX
</em>
</p>
<p class="description mb-2">
A simple web app created mainly using React.js to tell the best Indian 11 when India has to play all the
matches at the same time.
</p>
<p class="project-links">
<a target="_blank" href="https://bol2n.csb.app/" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://codesandbox.io/s/distracted-rubin-bol2n?file=/src/App.js" class="link secondary-link">View Source</a>
<a target="_blank" href="https://codersaty.github.io/Portfolio/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Emoji Adder</h2>
<p class="project-date">May 2020</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>HTML5, CSS, JS, Git, Github, Fun Translation
API
</em>
</p>
<p class="description mb-2">
A simple web app created mainly using Vanilla javascript to add meaningful emojis to your message to make it
more intresting for the reader to read it.
</p>
<p class="project-links">
<a target="_blank" href="https://codersaty.github.io/EmojiAdder/" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/CoderSaty/EmojiAdder" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://codersaty.github.io/Portfolio/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Clock Pedia</h2>
<p class="project-date">May 2020</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>HTML5, CSS, React.js, codesandbox, JSX
</em>
</p>
<p class="description mb-2">
A simple web app created mainly using React.js to tell the meaning of the clock emojis generally used in
online
chats. Enter any clock emoji in the search bar and hit the button to know what does it mean.
</p>
<p class="project-links">
<a target="_blank" href="https://i3r5h.csb.app/" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://codesandbox.io/s/clockpedia-i3r5h?file=/src/App.js" class="link secondary-link">View Source</a>
<a target="_blank" href="https://codersaty.github.io/Portfolio/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Talk to Minions</h2>
<p class="project-date">May 2020</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em> JS, HTML5 , CSS, Minion translator API and
Git
</em>
</p>
<p class="description mb-2">
A simple web app developed using Vanilla JS to convert a message in english to gibberish language which is
used by minions.
</p>
<p class="project-links">
<a target="_blank" href="https://codersaty.github.io/BananaTalk/" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/CoderSaty/BananaTalk" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://codersaty.github.io/Portfolio/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Conflict Resolver</h2>
<p class="project-date">June 2020</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em> JS, HTML5 , CSS
</em>
</p>
<p class="description mb-2">
A simple web app developed using Vanilla JS to act as a virtual toss for two person or team to decide on any
issue.
</p>
<p class="project-links">
<a target="_blank" href="https://codersaty.github.io/conflictResolver/" class="link primary-link">Live
Demo</a>
<a target="_blank" href="https://github.com/CoderSaty/conflictResolver" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://codersaty.github.io/Portfolio/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">JavaScript Quiz</h2>
<p class="project-date">May 2020</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em> JS, Node.js and Repl.it
</em>
</p>
<p class="description mb-2">
A CLI app to test your knowledge of JavaScript. There are two levels. Play the game to see your JS skills.
</p>
<p class="project-links">
<a target="_blank" href="https://replit.com/@codersaty/JSQuiz?embed=1&output=1"
class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/CoderSaty/Lec1QuizJS" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://codersaty.github.io/Portfolio/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Know Me</h2>
<p class="project-date">May 2020</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>JS, Node.js and Repl.it
</em>
</p>
<p class="description mb-2">
A simple CLI app I created to test my friend that how well they know me. Its a fun quiz. If you dont know me
play to find out some intresting things about me.
</p>
<p class="project-links">
<a target="_blank" href="https://replit.com/@codersaty/KnowMe?embed=1&output=1"
class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/CoderSaty/Lec1QuizMe" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://codersaty.github.io/Portfolio/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Hang Man React</h2>
<p class="project-date">June 2021</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>React, JS, Html, Css
</em>
</p>
<p class="description mb-2">
Hang Man Game Build Using Modern React concepts like hooks, functional components, use state, use effect hooks.
</p>
<p class="project-links">
<a target="_blank" href="https://laughing-shannon-47ab98.netlify.app/"
class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/naveen701526/hang-man-react" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://www.linkedin.com/in/naveen-metta-5a2a39217/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Hulu Clone</h2>
<p class="project-date">October 2021</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>JS, HTML, CSS
</em>
</p>
<p class="description mb-2">
Basic Design Clone of Hulu OTT Platform(Fully Static).
</p>
<p class="project-links">
<a target="_blank" href="https://ap-darknight.github.io/hulu-clone/"
class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/ap-darknight/hulu-clone" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://www.linkedin.com/in/ashutosh-pandey-a258b6195/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Image Gallery</h2>
<p class="project-date">July 2021</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>JS, Html, Bootstrap
</em>
</p>
<p class="description mb-2">
image gallery to search an integrated random image from Pixabay API
</p>
<p class="project-links">
<a target="_blank" href="https://images-gallery-api.netlify.app/"
class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/kingkinfajarr/image-gallery" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://github.com/kingkinfajarr/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Mini Audio Player</h2>
<p class="project-date">May 2020</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>JS, Html, CSS
</em>
</p>
<p class="description mb-2">
Play/Pause Audio and bookmark Audio points.
</p>
<p class="project-links">
<a target="_blank" href="https://mort-adarsh.github.io/audio/"
class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/mort-adarsh/audio" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://github.com/mort-adarsh" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Weather Application</h2>
<p class="project-date">June 2021</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>HTML5, React, openweather API, Unsplash API, CSS
</em>
</p>
<p class="description mb-2">
Get the weather forecast of your location.
</p>
<p class="project-links">
<a target="_blank" href="https://weathermd.netlify.app/" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/MohamedDanis/react-weather-app" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://github.com/MohamedDanis" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Tic-Tac-Toe</h2>
<p class="project-date">June 2021</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>HTML5,CSS,JS
</em>
</p>
<p class="description mb-2">
A Tic-Tac-Toe game with single(against bot implemented using Min-Mix algo) and multiple player mode.
</p>
<p class="project-links">
<a target="_blank" href="https://shukapurv.github.io/Tic-Tac-Toe_game/" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/shukapurv/Tic-Tac-Toe_game" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://github.com/shukapurv" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">ShopKaro-'<i>Try-Unique</i>'</h2>
<p class="project-date">July 2021</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>HTML5, CSS, JavaScript
</em>
</p>
<p class="description mb-2">
ShopKaro is a E-commerce Website
</p>
<p class="project-links">
<a target="_blank" href="https://gulshanjakhon.github.io/ShopKaro/index.html" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/gulshanjakhon/ShopKaro" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://www.linkedin.com/in/gulshankumarjakhon/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading"> WonderLand Travel Club </h2>
<p class="project-date"> July 2021 </p>
<p class="tech-stack">
<strong class="highlight-white"> Tech Stack Used:</strong>
<em>HTML, CSS and Bootstrap </em>
</p>
<p class="description mb-2">
Single page web-template for beginners with basic understanding in HTML, CSS and Bootstrap
</p><p class="project-links">
<a target="_blank" href="https://priyanka-p01.github.io/wonderlandclub.github.io/" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/priyanka-p01/wonder-land-travel-club" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://github.com/priyanka-p01" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Snake Game</h2>
<p class="project-date">October 2021</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>JS, HTML, CSS
</em>
</p>
<p class="description mb-2">
A simple Snake Game using HTML,CSS and JS.
</p>
<p class="project-links">
<a target="_blank" href="https://fajarriansss.github.io/Snake-Game/" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/fajarriansss/Snake-Game" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://www.linkedin.com/in/fajar-rian-setyawan-ba09631b4/" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Morse Code Translator</h2>
<p class="project-date"> April 2021</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>HTML, Python, CSS, JavaScript.
</em>
</p>
<p class="description mb-2">
This is a Morse code Translator which translate English text into Morse code and Morse Code into English Text . It has Auto detect feture to detect Morse Code and English Text.</p>
<p class="project-links">
<a target="_blank" href="https://morse-code-translater.herokuapp.com/" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/Nktech-Official/MorseCodeTranlator" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://www.linkedin.com/in/nitesh-kumar-8a6651221" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Sudoku Game </h2>
<p class="project-date"> May 2021</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>HTML, Python, CSS, JavaScript.
</em>
</p>
<p class="description mb-2">
sudoku web app is a legacy sudoku game on the internet running in your browser . The sole purpose of this game is to just check my html js and flask routing skills . This app is deployed on Heroku here.</p>
<p class="project-links">
<a target="_blank" href="https://sudoku-web-game.herokuapp.com" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/Nktech-Official/Sudoku-Web-Game-flask" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://www.linkedin.com/in/nitesh-kumar-8a6651221" class="link primary-link">Created By</a>
</p>
</section>
<section class="section">
<h2 class="project-heading">Blox-Smash </h2>
<p class="project-date"> June 2021</p>
<p class="tech-stack">
<strong class="highlight-white">Tech Stack Used:</strong> <em>HTML5, Javascript,CSS
</em>
</p>
<p class="description mb-2">
This a web game or you can say a browser game made with JavaScript and HTML5 canvas. This is a basic Tetris game. The game in which block's fall from the top and you have to arrange them in a way Such that you form a horizontal line, so it gets cleared This is my first Game developed with HTML5 canvas.</p>
<p class="project-links">
<a target="_blank" href="https://blox-smash.web.app" class="link primary-link">Live Demo</a>
<a target="_blank" href="https://github.com/Nktech-Official/Blox-Smash" class="link secondary-link">View
Source</a>
<a target="_blank" href="https://www.linkedin.com/in/nitesh-kumar-8a6651221" class="link primary-link">Created By</a>
</p>
</section>
<footer class="footer">
<small class="footer-heading">© Codersaty May 2021</small>
<ul class="inline unordered">
<li><a tagrget="_blank" href="https://www.linkedin.com/in/codersaty" class="link"><i class="fi fi-linkedin"></i></a></li>
<li><a tagrget="_blank" href="https://www.twitter.com/codersaty" class="link"><i class="fi fi-twitter"></i></a></li>
<li><a tagrget="_blank" href="https://www.github.com/codersaty" class="link"><i class="fi fi-github"></i></a></li>
</ul>
</footer>
</body>
</html>