Skip to content

Commit 3a80aed

Browse files
committed
feat: update projects.json
1 parent 623eac8 commit 3a80aed

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/content/about/about.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,3 @@ and give statistics about them.
5555
3. **Papercups** - P2P chat and file application
5656
4. **Programmer News Bot** - Telegram bot which retrieve and send posts from
5757
Hacker News.
58-
59-
60-
61-
62-

src/content/projects/projects.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[
2+
{
3+
"name": "Chip-octo",
4+
"description": "Chip-Octo is an interpreter of the classic CHIP-8 programming language made in Rust.",
5+
"sourceLink": "https://github.com/dfireBird/chip-octo"
6+
},
7+
{
8+
"name": "Papercups",
9+
"description": "A P2P chat and file transfer program",
10+
"sourceLink": "https://github.com/dfireBird/papercups"
11+
},
212
{
313
"name": "Personal Website",
414
"description": "Website that serves both as a blog and portfolio. Created using react and gatsby",
@@ -10,11 +20,6 @@
1020
"description": "A Discord bot to count emojis in messages send in a server and output the lowest frequency of emojis",
1121
"sourceLink": "https://github.com/dfireBird/emourge"
1222
},
13-
{
14-
"name": "Papercups",
15-
"description": "A P2P chat and file transfer program",
16-
"sourceLink": "https://github.com/dfireBird/papercups"
17-
},
1823
{
1924
"name": "scrapddit",
2025
"description": "A CLI which retrieves reddit posts from a subreddit or popular feed using Reddit API. Created using JavaScript.",

0 commit comments

Comments
 (0)