1
0
Fork 0
mirror of https://gitlab.com/moepoi/moepoi.dev.git synced 2025-04-27 05:26:20 +02:00

Add Kitchen Counts

This commit is contained in:
Moe Poi ~ 2022-10-11 14:06:30 +07:00
parent 4f3dc79d1d
commit 7b50f1c50f
Signed by: moepoi
GPG key ID: 334B501E883409AF
2 changed files with 18 additions and 6 deletions
assets/images/projects
lib/data

Binary file not shown.

After

(image error) Size: 14 KiB

View file

@ -4,7 +4,8 @@ var projectsData = [
'image': 'assets/images/projects/nepgear.webp',
'date': '23 November 2018',
'categories': 'Bot',
'description': 'Telegram bot that allows you to search for your favorite Anime, Manga, Character with other useful features !!!',
'description':
'Telegram bot that allows you to search for your favorite Anime, Manga, Character with other useful features !!!',
'url': 'https://t.me/NepgearBot'
},
{
@ -12,7 +13,8 @@ var projectsData = [
'image': 'assets/images/projects/whois.webp',
'date': ' 3 September 2019',
'categories': 'Bot',
'description': 'Telegram bot that provide Information about domain, ip, and web hosting.',
'description':
'Telegram bot that provide Information about domain, ip, and web hosting.',
'url': 'https://t.me/WhoisBot'
},
{
@ -28,7 +30,8 @@ var projectsData = [
'image': 'assets/images/projects/toaru-stickers.webp',
'date': '13 May 2020',
'categories': 'App',
'description': 'Toaru Stickers Application for Whatsapp. Build with Flutter :)',
'description':
'Toaru Stickers Application for Whatsapp. Build with Flutter :)',
'url': 'https://github.com/moepoi/Toaru-Stickers'
},
{
@ -36,7 +39,8 @@ var projectsData = [
'image': 'assets/images/projects/neonime-app.webp',
'date': '5 August 2020',
'categories': 'App',
'description': 'App for streaming & download anime (Indo sub). Build with Flutter :)',
'description':
'App for streaming & download anime (Indo sub). Build with Flutter :)',
'url': 'https://github.com/moepoi/Neonime-App'
},
{
@ -62,5 +66,13 @@ var projectsData = [
'categories': 'App',
'description': 'Native application for Nekoya ~',
'url': 'https://github.com/Nekoya-Site/App'
}
];
},
{
'title': 'Kitchen Counts',
'image': 'assets/images/projects/kitchen-counts.webp',
'date': '6 October 2022',
'categories': 'App',
'description': 'Stock management app for kitchen.',
'url': 'https://github.com/moepoi/Kitchen_Counts'
},
];