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.
- 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
withnpm i -g yarn
(sometimes you might need to add sudo before npm) - Then
yarn install
andyarn start
- The server should start working on
http://localhost:3000
by defaut.
- 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.