# Asteroid Alert

A 3D web application for tracking near-Earth objects and their closest approaches.

- Tags: Vite+, React, Three.js, NASA API
- Image: /projects/asteroid-alert.png - Asteroid Alert 3D near-Earth object dashboard screenshot
- Live: https://asteroid-alert.michaeljamore.com/
- Code: https://github.com/mjamore/asteroid-alert


Asteroid Alert provides real-time information about near-Earth objects like asteroids and comets. It makes NASA NEO data easier to explore with a 3D visualization and focused object details.

- **3D Orbit Visualization**: Uses Three.js to show near-Earth object trajectories around Earth
- **NASA NEO Data**: Fetches current near-Earth object data from NASA APIs through a local server
- **Resilient Fallbacks**: Falls back to a local seed snapshot when live NASA data is unavailable

This project demonstrates interactive data visualization, API integration, and focused UI design for scientific data.
