diff --git a/data/projects.json b/data/projects.json index 484edbb..4dcafef 100644 --- a/data/projects.json +++ b/data/projects.json @@ -38,5 +38,25 @@ "name":"NullValkyrie", "description":"Minecraft 1.19 multipurpose plugin for spigot servers with a lot of features where most modern servers have", "url":"https://github.com/night0721/NullValkyrie" + }, + { + "name": "based", + "description": "CLI tool for base conversion for A Level students written in C", + "url": "https://github.com/night0721/based" + }, + { + "name": "noted", + "description": "Minimalist note manager written in C with useful and user friendly features", + "url": "https://github.com/night0721/noted" + }, + { + "name": "rush", + "description": "Minimalist, customizable shell written in C with syntax highlighting like a normal shell", + "url": "https://github.com/night0721/rush" + }, + { + "name": "vernam", + "description": "CLI implementation of Vernam cipher with perfect secrecy for communication", + "url": "https://github.com/night0721/vernam" } ]