This project is a modern web application that fetches and displays NASA's "Astronomy Picture of the Day" using the NASA API. It was built using Vibe Coding techniques.
- Real-time Data: Fetches the daily image/video directly from NASA.
- Modern UI: Space-themed dark mode design.
- Dynamic Content: Handles both images and videos automatically.
- Loading State: Visual feedback while fetching data.
- HTML5, CSS3, JavaScript
- NASA Open API
- Built with AI-Assisted Vibe Coding
- Clone this repository.
- Open
index.htmlin your browser. - Enjoy the view from space! 🪐
Bu projeyi Docker container'ı içerisinde çalıştırmak için:
- Docker İmajını Oluşturun:
docker build -t static-web-app .