Interactive Earthquake Map
Explore earthquake locations through a dynamic map interface powered by Leaflet and React-Leaflet.
Quakescope transforms global seismic data into an interactive, understandable, and visually rich monitoring experience.
Earthquake information is often available through raw APIs, technical dashboards, and complex datasets that are difficult for ordinary users to interpret.
Quakescope addresses this problem by presenting earthquake information through an interactive map, intuitive filters, and detailed event information.
The application focuses on improving the discoverability and visual understanding of global seismic activity.
Raw seismic data can be difficult to search, compare, and interpret without visual context.
Explore earthquake locations through a dynamic map interface powered by Leaflet and React-Leaflet.
Narrow earthquake results using magnitude and time-window filters to find relevant events.
Inspect individual events through information such as magnitude, coordinates, significance, and alert levels.
The application manages network failures, timeouts, and empty result sets to provide a more resilient experience.
Quakescope requests earthquake information from the USGS Earthquake Catalog API.
The frontend receives GeoJSON data and manages application state, loading states, and error conditions.
Earthquake coordinates are represented through interactive map markers and geographic context.
Users can refine results and open individual event details to understand seismic activity.
Quakescope uses a modern frontend stack to combine live data retrieval, interactive mapping, responsive design, and client-side state management.
Explore the repositoryComponent-based user interface development
Fast development server and build tooling
Utility-first styling and responsive layouts
Interactive geographic visualization
External source for earthquake GeoJSON data
Application logic and asynchronous data handling
Earthquake reports may be delayed or revised. Automatically generated event information can change as more seismic data is analyzed. Quakescope visualizes data supplied by the external USGS service and does not predict earthquakes.
Visit the live dashboard or explore the source code behind Quakescope.