diff --git a/data/ideas.json b/data/ideas.json index 26a0ebc..7888f18 100644 --- a/data/ideas.json +++ b/data/ideas.json @@ -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", @@ -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.", @@ -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" } ]