/earthquake

App written using React and Redux for a technical test

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Actions Status

Earthquake

This is a small app I built for a technical test, this was built using:

  • Create react app
  • React
  • Redux
  • CSS Modules

alt text

Quick start

Clone/Download the repo then:

# clone the repo
git clone https://github.com/Coder2012/earthquake.git pig

# change directory to your app
cd earthquake

# install the dependencies with npm
npm install

# start the server
npm start

go to http://localhost:3000 in your browser.

Running tests

npm test

Live url

Project can be viewed on netlify

Developing

Build files

  • single run: npm run build
  • build files and watch: npm start

License

MIT