Welcome to COSMOS β Space Dashboard π
A dynamic and interactive space-themed web dashboard that brings the universe closer to you using public space APIs.
π Live Demo: https://menna107.github.io/COSMOS-Space-Dashboard/
COSMOS is a modern web application that showcases real-time and astronomical data from multiple public APIs. It provides:
β¨ Upcoming Space Launches β Get a live feed of future rocket launches and missions.
π Astronomy Picture of the Day (APOD) β A breathtaking space image updated daily with a scientific explanation (powered by NASAβs APOD API). :contentReference[oaicite:0]{index=0}
πͺ Planet & Solar System Data β Explore key facts and details about planets and celestial objects in our solar system. :contentReference[oaicite:1]{index=1}
The dashboard blends data, visuals, and interactivity to give users a rich cosmic experience β perfect for space enthusiasts, learners, and developers.
- π‘ Space Launch Timeline β Dynamic list of upcoming rocket launches
- π NASAβs Astronomy Picture of the Day β Daily featured space image and explanation from NASAβs public API :contentReference[oaicite:2]{index=2}
- πͺ Planet Encyclopedia β Facts and characteristics of the planets in the Solar System :contentReference[oaicite:3]{index=3}
- π Responsive layout with modern UI
- π Built using HTML, CSS, and JavaScript
| Technology | Purpose |
|---|---|
| JavaScript (ES6+) | Dynamic behavior & API integration |
| Public REST APIs | Space and astronomy data |
The project integrates data from public APIs such as:
- NASA Astronomy Picture of the Day (APOD) β Daily astronomical image and description from NASA. :contentReference[oaicite:4]{index=4}
- Space Launch Schedules API β Provides upcoming launch data.
- Solar System Open Data APIs β Planetary information and facts. :contentReference[oaicite:5]{index=5}
No backend required β the entire dashboard runs client-side.
- The app fetches data from public space APIs using JavaScript
fetch()requests. - Responses are parsed and displayed in dynamic UI cards.
- Users can easily explore and scroll through real-time launch data, astronomy pictures, and planet info.