aboutsummaryrefslogtreecommitdiff
path: root/src/components/projects.json
blob: 7da01c9e0714262244ddf75701b837f5aebfd795 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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"
      }
    ]
  }
]