Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.48 KB

File metadata and controls

50 lines (35 loc) · 1.48 KB

Earthquake Data Explorer

This is a simple application that allows users to log in and explore earthquake data fetched from USGS Earthquake API. The app is created with Create React App, TypeScript, and CSS Modules.

Features

  • Login page with password validation.
  • Fetch and display earthquake data in a sortable table.
  • Search functionality to filter the table list.
  • Dark mode UI design.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

  1. Clone the repository
    git clone https://github.com/<your-username>/earthquake-data-explorer.git
    
  2. Navigate into the cloned repository
    cd earthquake-data-explorer
    
  3. Install the dependencies
    npm install
    
  4. Start the development server
    npm start
    

The app will be running at http://localhost:3000.

Built With

  • React - The web framework used
  • TypeScript - The language for application-scale JavaScript
  • CSS Modules - CSS file in which all class names and animation names are scoped locally by default

License

This project is licensed under the MIT License