Explore the wonders of space with NASA APIs β Image of the Day, Near-Earth Asteroids, and Mars Rover Photos β all in one clean, tabbed web application.
- πΈ Image of the Day β Automatically fetches and displays NASA's Astronomy Picture of the Day with a detailed description.
- βοΈ Asteroids Near Earth β Shows a list of asteroids that are near Earth today and marks hazardous ones.
- π Mars Rover Photos β Displays real Mars photos from NASA's Curiosity rover captured today.
- π§ Tabbed UI β Simple and clean tabbed layout built with HTML, CSS, and JavaScript.
π View Live on GitHub Pages
(Update this link after deploying)
- HTML5
- CSS3
- Vanilla JavaScript
- NASA APIs
- Go to: https://api.nasa.gov
- Fill out the short form to get your free API key.
- Replace the
API_KEYinscript.jswith your key:
const API_KEY = 'YOUR_NASA_API_KEY_HERE';