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

adding stargazing-weather website idea #167

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
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 @@ -203,6 +203,12 @@
"level": "basic",
"tags": "clash-of-space, game, space-war, alien-shooting, action"
},
{
"title":"AstroWeather Explorer",
"description":"This AR website allows you to explore the cosmos by getting real-time view from your location. Integrated with a Weather API, this website will show which stars, constellations and planets are visible from where you are!",
"level":"advanced",
"tags":"stargazing, space, stars, api, weather, ar"
},
{
"title": "Book App",
"description": "A cataloging web application where users can search for books by title or author using an API.",
Expand Down