mirror of
https://gitlab.com/moepoi/moepoi.dev.git
synced 2024-11-22 23:10:39 +01:00
66 lines
No EOL
2.1 KiB
Dart
66 lines
No EOL
2.1 KiB
Dart
var projectsData = [
|
|
{
|
|
'title': 'Nepgear Bot',
|
|
'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 !!!',
|
|
'url': 'https://t.me/NepgearBot'
|
|
},
|
|
{
|
|
'title': 'Whois Bot',
|
|
'image': 'assets/images/projects/whois.webp',
|
|
'date': ' 3 September 2019',
|
|
'categories': 'Bot',
|
|
'description': 'Telegram bot that provide Information about domain, ip, and web hosting.',
|
|
'url': 'https://t.me/WhoisBot'
|
|
},
|
|
{
|
|
'title': 'Moe API',
|
|
'image': 'assets/images/projects/moe-api.webp',
|
|
'date': '8 November 2019',
|
|
'categories': 'Web',
|
|
'description': 'Powerful API with modern features !!!',
|
|
'url': 'https://moe.team/'
|
|
},
|
|
{
|
|
'title': 'Toaru Stickers',
|
|
'image': 'assets/images/projects/toaru-stickers.webp',
|
|
'date': '13 May 2020',
|
|
'categories': 'App',
|
|
'description': 'Toaru Stickers Application for Whatsapp. Build with Flutter :)',
|
|
'url': 'https://github.com/moepoi/Toaru-Stickers'
|
|
},
|
|
{
|
|
'title': 'Neonime App',
|
|
'image': 'assets/images/projects/neonime-app.webp',
|
|
'date': '5 August 2020',
|
|
'categories': 'App',
|
|
'description': 'App for streaming & download anime (Indo sub). Build with Flutter :)',
|
|
'url': 'https://github.com/moepoi/Neonime-App'
|
|
},
|
|
{
|
|
'title': 'Easy Learn',
|
|
'image': 'assets/images/projects/easy-learn.webp',
|
|
'date': '15 August 2021',
|
|
'categories': 'App',
|
|
'description': 'Learning app for kids.',
|
|
'url': 'https://github.com/Easy-Learn/App'
|
|
},
|
|
{
|
|
'title': 'Nekoya Web',
|
|
'image': 'assets/images/projects/nekoya-web.webp',
|
|
'date': '22 November 2021',
|
|
'categories': 'Web',
|
|
'description': 'Web application for Nekoya ~',
|
|
'url': 'https://github.com/Nekoya-Site/Web'
|
|
},
|
|
{
|
|
'title': 'Nekoya App',
|
|
'image': 'assets/images/projects/nekoya-app.webp',
|
|
'date': '30 May 2022',
|
|
'categories': 'App',
|
|
'description': 'Native application for Nekoya ~',
|
|
'url': 'https://github.com/Nekoya-Site/App'
|
|
}
|
|
]; |