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.
- 📖 About the Project
- 🚀 Live Demo
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
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.
- List and map view of earthquakes
- Filter earthquakes by continent
To get started with the app, follow these steps.
- A modern web browser (e.g., Google Chrome, Mozilla Firefox, Safari, Microsoft Edge)
- 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
Open the index.html file in your web browser.
- No tests included in this project.
👤 Emre Karayaman
- GitHub: Emre Karayaman
- LinkedIn: Emre Karayaman
- Filter by magnitude.
- Filter by country.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- If you like this project please give it a star ⭐️.
This project is MIT licensed.