Here you can see the world earthquakes filtered by range of dates and grouped by clusters. Try to click on a cluster to see the group of earthquakes or click on a point to see the eartkquake detail.
Also try to search an earthquake using the queryparams of URL (ex. ?id=us6000dzbg).
See a demo here
This project has been built using React with typescript as a framework. Also added the following libraries:
Run npm install on the project directory to install all dependencies.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Format the code to make it look cleaner.
Use linter to detect possible errors in the code.