earthquakes

This is a simple web application built with JavaScript, Tailwind CSS, and LeafletJS that fetches earthquake data from the USGS API and displays it in a user-friendly way.

MIT License

Stars
4

🌍 Earthquakes

A simple web application that displays a list and a map view of recent earthquakes, with the ability to filter by continent. The app uses the USGS API to fetch earthquake data.

πŸ“— Table of Contents

πŸ“– About the Project

Earthquakes is a web application that displays a list and a map view of recent earthquakes around the world. Users can filter the earthquakes by continent to see only the relevant information. The app uses the USGS API to fetch real-time earthquake data.

πŸ›  Built With

πŸ” Key Features

  • List and map view of earthquakes
  • Filter earthquakes by continent

πŸš€ Live Demo

πŸ’» Getting Started

To get started with the app, follow these steps.

Prerequisites

  • A modern web browser (e.g., Google Chrome, Mozilla Firefox, Safari, Microsoft Edge)

Installation

  1. Clone the Github repository to your local machine:
  git clone https://github.com/karayamanemre/earthquakes.git

Navigate to the project directory in your terminal and run the following command to install the app's dependencies:

  npm install

Usage

Open the index.html file in your web browser.

Run tests

  • No tests included in this project.

πŸ‘₯ Authors

πŸ‘€ Emre Karayaman

πŸ”­ Future Features

  • Filter by magnitude.
  • Filter by country.

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

  • If you like this project please give it a star ⭐️.

πŸ™ Acknowledgments

πŸ“ License

This project is MIT licensed.

Related Projects