To find this page live visit: https://event-alert-app.netlify.com.
This app was inspired by Medium article by SeattleDataGuy. It uses the Eventbrite API to get events.
It is connected to live server hosted on Heroku - GitHub repo: event-alert-system-api.
The frontend of this project was created with Create React App, HTML, and CSS.
Git clone this project, and the server code found on event-alert-system-api.
In the project directory, you can run: npm start
on the server code to get that running.
Then run npm start
on this project and run app in the development mode.
Open http://localhost:3001 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.