Skip to content

jenniredfield/events-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Events App

A project that fetches events and artists details from a API. To run:

add keys.js file

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'
}

npm start

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.

npm test

Launches the test runner in the interactive watch mode.

About

Events app that fetches data from an api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published