A responsive web application that displays space-related data and images using NASA’s public APIs. This project is part of my portfolio, built to explore web development, API integration, and data-driven UI.
- Fetches and shows the Astronomy Picture of the Day (APOD) from NASA API
- Displays images and data from the Mars Rover Photos API
- Clean, user-friendly UI with responsive design
- Built using HTML, CSS, JavaScript
- Frontend: HTML5, CSS3, JavaScript (ES6)
- APIs: NASA’s public APIs (APOD, Mars Rover)
- API link View API web
To run locally, follow these steps:
-
Clone the repository
git clone https://github.com/nithishprogrammer/NASA.git
-
Navigate to the project folder:
cd NASA -
Open index.html in your browser, or use a local server:
-
VS Code Live Server extension