Skip to content

kmi2170/earthquake-tracker

Repository files navigation

Earthquake Tracker

An app to track earthquake information all over the world, powered by USGS.

Features

  • Track Earthquake events up to 30 days, dispalyed on the map and listed in the table.
  • Each earthquake event is shown on the map as a cirecle with its radius and color varied according to the magnitudei.
  • Hovering cursor over the circles on the map triggers a pop-up window that shows some detailed information.
  • The table can be sortable by magnitude, time, in ascending or descending order.
  • By clicking events in the table, the map view shifts and zooms in to the epicenter of the event, with animation effect.

Technicals

This project is built with

API Calls

Free. No app-key is required.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.