Nebula is a front-end web project that connects to NASA's Astronomy Picture of the Day (APOD) API to display space images
- Picture of the Day: Automatically fetches and displays NASA's APOD for today.
- Pick a Date: View the image for any specific date (starting from 1995).
- Random Images: Generate and display four random NASA space photos.
- Range of Dates: Select a start and end date to view images across multiple days.
- Hover Blur Effect: A smooth blur appears on hover, revealing the image title and explanation.
- Responsive Design: The layout adapts well across desktop, tablet, and mobile devices.
- HTML5
- CSS3
- JavaScript (ES6+)
- NASA APOD API
- Netlify (for deployment)
This project highlights my ability to:
- Fetch and work with external API data
- Dynamically update the DOM based on user input
- Design fully responsive layouts using media queries
- Create engaging interactions such as the blur-on-hover effect