A project that fetches events and artists details from a API. To run:
Added a keys.js file in the src folder of the project. Default export a object with a apiKey property with the correct api key. Example:
export default {
apiKey: 'API_KEY_HERE'
}
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.