A responsive web app that fetches and displays the NASA Astronomy Picture of the Day (APOD) using the free NASA API.
Users can explore today’s image or browse through past/future images with navigation controls.
- Daily Space Picture – Fetches NASA’s Astronomy Picture of the Day with title, date, and description.
- Navigation – Previous, Next, and Today buttons to explore different days.
- Loading State – Displays a spinner with a message while fetching.
- Error Handling – Shows a friendly error message if API fails.
- Responsive Design – Works smoothly on mobile, tablet, and desktop.
- Clean UI – Dark theme with subtle animations and accessibility support.
- HTML5 – Structure
- CSS3 – Styling & responsiveness
- JavaScript (ES6) – API requests and dynamic content
- NASA APOD API – Data source