@@ -46,7 +46,14 @@ export const Users: User[] = [
4646 preview : require ( "./showcase/TailwindBlog.jpg" ) ,
4747 website : null ,
4848 source : "https://github.com/Ajay-Dhangar/starter" ,
49- tags : [ "opensource" , "clone" , "templates" , "documentation" , "nextjs" , "tailwind" ] ,
49+ tags : [
50+ "opensource" ,
51+ "clone" ,
52+ "templates" ,
53+ "documentation" ,
54+ "nextjs" ,
55+ "tailwind" ,
56+ ] ,
5057 } ,
5158
5259 // Restaurant Clone
@@ -108,17 +115,17 @@ export const Users: User[] = [
108115 // source: "https://github.com/komal-agarwal5/Giggle-Hub------Meme-Generator",
109116 // tags: ["opensource", "product", "html", "css", "javascript"],
110117 // },
111- // URL Shortner
112-
113- // {
114- // title: "URL Shortner",
115- // description:
116- // "It Short URL by using the technique of API Fetching and also supports the feature of copy url.",
117- // preview: require("./showcase/URLShortner.png"),
118- // website: "https://url-shortner-tau-woad.vercel.app/",
119- // source: "https://github.com/kartikmehta18/URLshortner",
120- // tags: ["opensource", "product", "html", "css", "javascript"],
121- // },
118+ // URL Shortner
119+
120+ // {
121+ // title: "URL Shortner",
122+ // description:
123+ // "It Short URL by using the technique of API Fetching and also supports the feature of copy url.",
124+ // preview: require("./showcase/URLShortner.png"),
125+ // website: "https://url-shortner-tau-woad.vercel.app/",
126+ // source: "https://github.com/kartikmehta18/URLshortner",
127+ // tags: ["opensource", "product", "html", "css", "javascript"],
128+ // },
122129
123130 // Age Calculator Clone
124131
@@ -149,13 +156,13 @@ export const Users: User[] = [
149156 // Dictonary app
150157
151158 {
152- title : "Dictonary" ,
153- description :
154- "In this Dictonary search for words and it outputs word meaning, word pronunciation and usage example." ,
155- preview : require ( "./showcase/Dictonary.png" ) ,
156- website : "https://kartikmehta18.github.io/Dictonary-app/" ,
157- source : "https://github.com/kartikmehta18/Dictonary-app" ,
158- tags : [ "opensource" , "portfolio" , "css" , "javascript" , "html" ] ,
159+ title : "Dictonary" ,
160+ description :
161+ "In this Dictonary search for words and it outputs word meaning, word pronunciation and usage example." ,
162+ preview : require ( "./showcase/Dictonary.png" ) ,
163+ website : "https://kartikmehta18.github.io/Dictonary-app/" ,
164+ source : "https://github.com/kartikmehta18/Dictonary-app" ,
165+ tags : [ "opensource" , "portfolio" , "css" , "javascript" , "html" ] ,
159166 } ,
160167
161168 // Portfolio
@@ -303,10 +310,8 @@ export const Users: User[] = [
303310 description :
304311 "A simple To-Do List App using HTML CSS JS with Local Storage. Add your tasks and manage them easily." ,
305312 preview : require ( "./showcase/todo-list.png" ) ,
306- website :
307- "https://ajay-dhangar.github.io/to-do-list/" ,
308- source :
309- "https://github.com/Ajay-Dhangar/to-do-list" ,
313+ website : "https://ajay-dhangar.github.io/to-do-list/" ,
314+ source : "https://github.com/Ajay-Dhangar/to-do-list" ,
310315 tags : [ "opensource" , "html" , "css" , "javascript" ] ,
311316 } ,
312317
@@ -317,11 +322,18 @@ export const Users: User[] = [
317322 description :
318323 "Zacson is a modern and responsive web application for GYM and Fitness." ,
319324 preview : require ( "./showcase/zacson.jpg" ) ,
320- website :
321- "https://ajay-dhangar.github.io/zacson/" ,
322- source :
323- "https://github.com/Ajay-Dhangar/zacson" ,
324- tags : [ "opensource" , "html" , "css" , "javascript" , "gym" , "templates" , "scss" , "php" ] ,
325+ website : "https://ajay-dhangar.github.io/zacson/" ,
326+ source : "https://github.com/Ajay-Dhangar/zacson" ,
327+ tags : [
328+ "opensource" ,
329+ "html" ,
330+ "css" ,
331+ "javascript" ,
332+ "gym" ,
333+ "templates" ,
334+ "scss" ,
335+ "php" ,
336+ ] ,
325337 } ,
326338
327339 // Array Explorer
@@ -336,103 +348,169 @@ export const Users: User[] = [
336348 tags : [ "opensource" , "html" , "javascript" , "product" , "css" ] ,
337349 } ,
338350
339-
340351 // Activitar GYM Template
341352
342353 {
343354 title : "Activitar" ,
344355 description :
345356 "Activitar is a modern and responsive web application designed for GYM and Fitness." ,
346357 preview : require ( "./showcase/activitar.png" ) ,
358+ website : "https://ajay-dhangar.github.io/activitar" ,
359+ source : "https://github.com/Ajay-Dhangar/activitar" ,
360+ tags : [
361+ "opensource" ,
362+ "html" ,
363+ "css" ,
364+ "javascript" ,
365+ "gym" ,
366+ "templates" ,
367+ "scss" ,
368+ ] ,
369+ } ,
370+
371+ // Othello Game
372+
373+ {
374+ title : "Othello Game" ,
375+ description :
376+ "Othello Game using HTML, CSS and JavaScript. Play the game and enjoy the fun." ,
377+ preview : require ( "./showcase/Othello.png" ) ,
378+ website : "https://asmitamishra24.github.io/Othello/index.html" ,
379+ source : "https://github.com/AsmitaMishra24/Othello" ,
380+ tags : [ "opensource" , "html" , "css" , "javascript" , "game" ] ,
381+ } ,
382+
383+ // 3D Scrolling Animation portfolio
384+
385+ {
386+ title : "3D Scrolling Animation portfolio" ,
387+ description :
388+ "3D Scrolling Animation portfolio using HTML, CSS and JavaScript, React.js with Vite. Scroll down to see the magic." ,
389+ preview : require ( "./showcase/3d-0scrolling-animation.png" ) ,
390+ website : "https://3d-0scrolling-animation.vercel.app/" ,
391+ source : "" ,
392+ tags : [ "portfolio" , "html" , "css" , "javascript" , "react" ] ,
393+ } ,
394+
395+ // horse ride booking system
396+
397+ {
398+ title : "Horse Ride Booking" ,
399+ description :
400+ "Front-end development for a horse ride booking system using React.js, redux, and montion animation." ,
401+ preview : require ( "./showcase/horse-ride-booking.jpg" ) ,
402+ website : "https://horse-ride-booking.vercel.app/" ,
403+ source : null ,
404+ tags : [ "opensource" , "react" , "redux" , "motion" , "javascript" ] ,
405+ } ,
406+
407+ // QR Generator
408+
409+ {
410+ title : "QR Generator" ,
411+ description : "Simple QR generator made with HTML, CSS and Javacsript" ,
412+ preview : require ( "./showcase/QR.png" ) ,
347413 website :
348- "https://ajay-dhangar. github.io/activitar " ,
414+ "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator " ,
349415 source :
350- "https://github.com/Ajay-Dhangar/activitar" ,
351- tags : [ "opensource" , "html" , "css" , "javascript" , "gym" , "templates" , "scss" ] ,
352- } ,
353-
354- // Othello Game
355-
356- {
357- title : "Othello Game" ,
358- description :
359- "Othello Game using HTML, CSS and JavaScript. Play the game and enjoy the fun." ,
360- preview : require ( "./showcase/Othello.png" ) ,
361- website :
362- "https://asmitamishra24.github.io/Othello/index.html" ,
363- source :
364- "https://github.com/AsmitaMishra24/Othello" ,
365- tags : [ "opensource" , "html" , "css" , "javascript" , "game" ] ,
366- } ,
367-
368- // 3D Scrolling Animation portfolio
369-
370- {
371- title : "3D Scrolling Animation portfolio" ,
372- description :
373- "3D Scrolling Animation portfolio using HTML, CSS and JavaScript, React.js with Vite. Scroll down to see the magic." ,
374- preview : require ( "./showcase/3d-0scrolling-animation.png" ) ,
375- website :
376- "https://3d-0scrolling-animation.vercel.app/" ,
377- source :
378- "" ,
379- tags : [ "portfolio" , "html" , "css" , "javascript" , "react" ] ,
380- } ,
381-
382-
383- // horse ride booking system
384-
385- {
386- title : "Horse Ride Booking" ,
387- description : "Front-end development for a horse ride booking system using React.js, redux, and montion animation." ,
388- preview : require ( "./showcase/horse-ride-booking.jpg" ) ,
389- website : "https://horse-ride-booking.vercel.app/" ,
390- source : null ,
391- tags : [ "opensource" , "react" , "redux" , "motion" , "javascript" ] ,
392- } ,
393-
394- // QR Generator
395-
396- {
397- title : "QR Generator" ,
398- description : "Simple QR generator made with HTML, CSS and Javacsript" ,
399- preview : require ( "./showcase/QR.png" ) ,
400- website : "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator" ,
401- source : "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator" ,
402- tags : [ "html" , "css" , "javascript" ] ,
403- } ,
404-
405- // Anime Template
406-
407- {
408- title : "Anime Template" ,
409- description : "A simple Anime template made with HTML, CSS and Javascript for anime lovers." ,
410- preview : require ( "./showcase/anime.png" ) ,
411- website : "https://ajay-dhangar.github.io/anime/" ,
412- source : "https://github.com/Ajay-Dhangar/anime" ,
413- tags : [ "html" , "css" , "javascript" , "templates" , "scss" ] ,
414- } ,
415-
416- // Budget App
417-
418- {
419- title : "Budget App" ,
420- description : "A simple budget app made with HTML, CSS and Javascript. It helps you to manage your budget." ,
421- preview : require ( "./showcase/budget.png" ) ,
422- website : "https://ajay-dhangar.github.io/budget-app/" ,
423- source : "https://github.com/Ajay-Dhangar/budget-app" ,
424- tags : [ "html" , "css" , "javascript" ] ,
425- } ,
426-
427- // Chat Bot
428-
429- {
430- title : "Chat Bot" ,
431- description : "A simple chat bot made with HTML, CSS and Javascript. It helps you to chat with the bot." ,
432- preview : require ( "./showcase/chatbot.png" ) ,
433- website : "https://ajay-dhangar.github.io/chatbot/" ,
434- source : "https://github.com/Ajay-Dhangar/chatbot" ,
435- tags : [ "html" , "css" , "javascript" ] ,
436- } ,
416+ "https://github.com/Ridhima10/Js-mini-projects/tree/main/QR%20code%20generator" ,
417+ tags : [ "html" , "css" , "javascript" ] ,
418+ } ,
419+
420+ // Anime Template
421+
422+ {
423+ title : "Anime Template" ,
424+ description :
425+ "A simple Anime template made with HTML, CSS and Javascript for anime lovers." ,
426+ preview : require ( "./showcase/anime.png" ) ,
427+ website : "https://ajay-dhangar.github.io/anime/" ,
428+ source : "https://github.com/Ajay-Dhangar/anime" ,
429+ tags : [ "html" , "css" , "javascript" , "templates" , "scss" ] ,
430+ } ,
431+
432+ // Budget App
433+
434+ {
435+ title : "Budget App" ,
436+ description :
437+ "A simple budget app made with HTML, CSS and Javascript. It helps you to manage your budget." ,
438+ preview : require ( "./showcase/budget.png" ) ,
439+ website : "https://ajay-dhangar.github.io/budget-app/" ,
440+ source : "https://github.com/Ajay-Dhangar/budget-app" ,
441+ tags : [ "html" , "css" , "javascript" ] ,
442+ } ,
443+
444+ // Chat Bot
445+
446+ {
447+ title : "Chat Bot" ,
448+ description :
449+ "A simple chat bot made with HTML, CSS and Javascript. It helps you to chat with the bot." ,
450+ preview : require ( "./showcase/chatbot.png" ) ,
451+ website : "https://ajay-dhangar.github.io/chatbot/" ,
452+ source : "https://github.com/Ajay-Dhangar/chatbot" ,
453+ tags : [ "html" , "css" , "javascript" ] ,
454+ } ,
455+
456+ // Video Game Portal
457+
458+ {
459+ title : "Video Game Portal" ,
460+ description :
461+ "A simple video game portal made with HTML, CSS and Javascript. It helps you to play video games." ,
462+ preview : require ( "./showcase/video-game-portal.png" ) ,
463+ website : "https://ajay-dhangar.github.io/video-game-portal/" ,
464+ source : "https://github.com/ajay-dhangar/video-game-portal" ,
465+ tags : [ "html" , "css" , "javascript" ] ,
466+ } ,
467+
468+ // 8 Puzzle Game
469+
470+ {
471+ title : "8 Puzzle Game" ,
472+ description :
473+ "8 Puzzle Game using HTML, CSS and JavaScript. Play the game and enjoy the fun." ,
474+ preview : require ( "./showcase/8-puzzle.png" ) ,
475+ website : "https://ajay-dhangar.github.io/8-puzzle/" ,
476+ source : "https://github.com/ajay-dhangar/8-puzzle" ,
477+ tags : [ "html" , "css" , "javascript" , "game" ] ,
478+ } ,
479+
480+ // Scientific Calculator
481+
482+ {
483+ title : "Scientific Calculator" ,
484+ description :
485+ "Scientific Calculator using HTML, CSS and JavaScript. It helps you to do scientific calculations." ,
486+ preview : require ( "./showcase/scientific-calculator.png" ) ,
487+ website : "https://ajay-dhangar.github.io/scientific-calculator/" ,
488+ source : "https://github.com/ajay-dhangar/scientific-calculator" ,
489+ tags : [ "html" , "css" , "javascript" ] ,
490+ } ,
491+
492+ // rock-paper-scissors-game
493+
494+ {
495+ title : "Rock Paper Scissors" ,
496+ description :
497+ "Rock Paper Scissors Game using HTML, CSS and JavaScript. Play the game and enjoy the fun." ,
498+ preview : require ( "./showcase/rock-paper-scissors.png" ) ,
499+ website : "https://ajay-dhangar.github.io/rock-paper-scissors-game/" ,
500+ source : "https://github.com/ajay-dhangar/rock-paper-scissors-game" ,
501+ tags : [ "html" , "css" , "javascript" , "game" ] ,
502+ } ,
503+
504+ // number-guess-game
505+
506+ {
507+ title : "Number Guess Game" ,
508+ description :
509+ "Number Guess Game using HTML, CSS and JavaScript. Play the game and enjoy the fun." ,
510+ preview : require ( "./showcase/number-guess.png" ) ,
511+ website : "https://ajay-dhangar.github.io/number-guess-game/" ,
512+ source : "https://github.com/ajay-dhangar/number-guess-game" ,
513+ tags : [ "html" , "css" , "javascript" , "game" ] ,
514+ } ,
437515
438516] ;
0 commit comments