aboutsummaryrefslogtreecommitdiff
path: root/src/data/projects.json
blob: 3bf11d466b88d77a1d92f34fb05afa48d28b59bb (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[
  {
    "name": "AleeBot",
    "description": "An all-in-one bot that's made from the Discord.JS API!",
    "featured": true,
    "links": [
      {
        "name": "Source Code",
        "url": "https://github.com/Alee14/AleeBot",
        "external": true
      }
    ]
  },
  {
    "name": "DLAP",
    "description": "A Discord bot that lets you play local audio tracks in your server.",
    "featured": true,
    "links": [
      {
        "name": "Source Code",
        "url": "https://github.com/Alee14/DLAP",
        "external": true
      }
    ]
  },
  {
    "name": "ShiftOS Archive",
    "description": "ShiftOS was a game developed by Philip Adams and other developers. The original goal was to go from a bare terminal to a graphical user interface with full desktop features.",
    "featured": false,
    "links": [
      {
        "name": "Website",
        "url": "https://shiftos.dev",
        "external": true
      },
      {
        "name": "Source Code",
        "url": "https://git.shiftos.dev",
        "external": true
      }
    ]
  },
  {
    "name": "OSFirstTimer Ultimate Old Software Archive",
    "description": "The ultimate software collection of OSFirstTimer's (Philip Adams) old software, and games.",
    "links": [
      {
        "name": "Download",
        "url": "https://files.alee14.me/Software/OSFT-Software-Archive",
        "external": true
      },
      {
        "name": "More Information",
        "url": "/downloads/osft-software-archive",
        "external": false
      }
    ]
  },
  {
    "name": "Snug Cup",
    "description": "A school project that I made with my classmates in high school.",
    "links": [
      {
        "name": "Website",
        "url": "https://snug-cup.alee14.me",
        "external": true
      }
    ]
  },
  {
    "name": "YouTube TV Client",
    "description": "A electron app that goes to youtube.com/tv using a Samsung Smart TV as the user agent.",
    "featured": true,
    "links": [
      {
        "name": "Download",
        "url": "https://github.com/Alee14/YouTube-TV-Client/releases",
        "external": true
      },
      {
        "name": "Source Code",
        "url": "https://github.com/Alee14/YouTube-TV-Client",
        "external": true
      }
    ]
  }
]