From 162e303beeb5f2987852b543805fb6243a4ae725 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 25 Jan 2024 18:17:05 +0000 Subject: Moved json files into a dedicated folder --- src/data/projects.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/data/projects.json (limited to 'src/data/projects.json') diff --git a/src/data/projects.json b/src/data/projects.json new file mode 100644 index 0000000..dc8bbbf --- /dev/null +++ b/src/data/projects.json @@ -0,0 +1,46 @@ +[ + { + "name": "AleeBot", + "description": "An all-in-one bot that's made from the Discord.JS API!", + "links": [ + { + "name": "Source Code", + "url": "https://github.com/Alee14/AleeBot" + } + ] + }, + { + "name": "DLAP", + "description": "A Discord bot that lets you play local audio tracks in your server.", + "links": [ + { + "name": "Source Code", + "url": "https://github.com/Alee14/DLAP" + } + ] + }, + { + "name": "Snug Cup", + "description": "Snug Cup was a school project that I made with my classmates back in 2021.", + "links": [ + { + "name": "Website", + "url": "https://snug-cup.alee14.me" + } + ] + }, + { + "name": "YouTube TV Client", + "description": "A electron app that goes to youtube.com/tv using a Samsung Smart TV as the user agent.", + "links": [ + { + "name": "Download", + "url": "https://github.com/Alee14/YouTube-TV-Client/releases" + }, + { + "name": "Source Code", + "url": "https://github.com/Alee14/YouTube-TV-Client" + } + ] + } +] \ No newline at end of file -- cgit v1.2.3