@@ -371,6 +371,7 @@ export const examples: Example[] = [
371
371
"An application that helps you quit smoking, published in the App Store and Google. Developed with React Native" ,
372
372
version : VERSIONS . V2 ,
373
373
updatedAt : "2024-03-31" ,
374
+ website : "https://dontsmoke.vasyl.site" ,
374
375
source : "https://github.com/penteleichuk/Moke-Smoke" ,
375
376
preview : require ( "./img/moke-smoke.jpg" ) ,
376
377
tech : [ "react" , "rtk" , "persist" , "typescript" , "firebase" ] ,
@@ -416,13 +417,14 @@ export const examples: Example[] = [
416
417
} ,
417
418
{
418
419
title : "Tiny Bunny Mini Game" ,
419
- description : "Mini-game \"21 points\" in the universe of the visual novel \"Tiny Bunny\"." ,
420
+ description :
421
+ 'Mini-game "21 points" in the universe of the visual novel "Tiny Bunny".' ,
420
422
source : "https://github.com/sanua356/tiny-bunny" ,
421
423
website : "https://sanua356.github.io/tiny-bunny/" ,
422
424
preview : require ( "./img/tiny-bunny.png" ) ,
423
425
version : VERSIONS . V2 ,
424
426
updatedAt : "2024-08-10" ,
425
- tech : [ "react" , "redux-toolkit" , ' typescript' ] ,
427
+ tech : [ "react" , "redux-toolkit" , " typescript" ] ,
426
428
} ,
427
429
// Reverse the list (last examples should be at the top)
428
430
] . reverse ( ) ;
0 commit comments