Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.08 KB

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

To install the app

  • Clone the app
  • Install node version 8.9.1
  • if it reports that you don't have create-react-apps installed make sure you install them globally.
  • install yarn with npm i -g yarn (sometimes you might need to add sudo before npm)
  • Then yarn install and yarn start
  • The server should start working on http://localhost:3000 by defaut.

Features Completed

  • React App where an artists name can be input and results will with artists name will be displayed
  • If the artists has any upcoming events those will also be displayed below with slider to show multiple events.
  • Data is being cached in browser db, (will not work in safari private mode).
  • Beautifully styled.
  • Unit test cases written for components.