Earthquake React App is a web application that provides a sortable and searchable list of earthquakes. The earthquakes are also visualized on an interactive map.
The project was made during "Hackday" at </salt>.
Use npm to install dependencies by running the following command in the server and client directories.
npm i
Add a .env file in the client folder. Add the following line inside the file with your HERE API key at the end.
REACT_APP_HERE_MAPS_API_KEY=
To start the development servers you will need to run the following command in the server and client directories.
npm start
The React app will now be accessible at http://localhost:3000/
This was meant to be a "one" day project and will not be updated anymore.