Skip to content

Arnack/notrealauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published