Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.
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
10 changes: 8 additions & 2 deletions data/ideas.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"description": "You can send people messages which they receive live.",
"level": "intermediate",
"tags": "slack-clone, live-chat-app, web-app"
},
},
{
"title": "Telegram Bot ",
"description": "Making a telegram bot helps to increase api management skills",
Expand Down Expand Up @@ -172,7 +172,7 @@
"description": "A web app where you specify the country or city and it gives you the current time.",
"level": "basic",
"tags": "clock, date, time"
},
},
{
"title": "RGB Slider",
"description": "A color-generating web app which contains three sliders for Red, Blue and Green colors respectively. On moving the sliders, the background color of the screen will change dynamically according to the RGB values.",
Expand Down Expand Up @@ -262,5 +262,11 @@
"description": "a web to consume waze api to improve another apps",
"level": "intermediate",
"tags": "Api-GPS"
},
{
"title": "Portfolio generator",
"description": "A web app that generates a portfolio for any kind of person. Users can change their background, name, occupation...",
"level": "intermediate",
"tags": "portfolio"
}
]