Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

added a project #174

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"site": "",
"tags": "tic-tac-toe, c, game, c++"
},
{
{
"name": "CodersArena",
"display": "Coders Arena",
"description": "A (web application) platform to have a coding combat with your friend (30 minutes) with random question from our library and also a platform to create test (MCQ and time based) and also to attend MCQ test.",
Expand Down Expand Up @@ -138,8 +138,8 @@
"level": "intermediate",
"site": "https://travelyaari.herokuapp.com/",
"tags": "react-js, node-js, mongo-db, personal-website,web"
},
{
},
{
"name": "Queue-Visualizer",
"display": "Queue Visualizer",
"description": "Queue Visualizer helps you to understand how queue work.",
Expand Down Expand Up @@ -278,7 +278,7 @@
"level": "intermediate",
"site": "https://github.com/deesclouds/true-crime-api",
"tags": "api, true-crime, web application, fullstack, full-stack, fiction, tv, show, only, murders, in, building, database, mongodb, node.js, javascript, react, html, css, netlify, markdown, scraping, express, cors"
},
},
{
"name": "FNDetectoApp",
"display": "Fake news detection",
Expand Down Expand Up @@ -388,5 +388,15 @@
"level": "intermediate",
"site": "https://github.com/lmponcio/copia-backups",
"tags": "python, copia-backups, scripting"
},
{
"name": "Ascii-Adventure",
"display": "Ascii Adventure",
"description": "A platform game powered in cpp by ncurses library",
"author": "ErikDervishi03",
"category": "game",
"level": "basic",
"site": "https://github.com/ErikDervishi03/Ascii-Adventure",
"tags": "cpp, game, ncurses"
}
]
]