Events Eats
This application will allow users to plan a trip by choosing an event they plan to attend. Clicking on that event will display resturaunts within a 5 mile radius of that event.
Events Eats
Instructions
- User will be presented with a city search input and a date picker widget.
- Inputing a city and choosing a date will display cards with the names of events coming up.
- A JQuery UI dialog box will pop up if incorrect data is input.
- The user can pull the next 10 events or view the previous 10 events.
- Clicking one of these events will display five resturaunts within a 5 mile radius.
- The user can choose to index to the next five or go back to the previous five.
- If the user clicks the title at the top of the page it will refresh the page.
Built With
- Ticketmaster API -Ticketmaster API used to find events at a location
- DocuMenu API -DocuMenu API for searching for resturaunts around that location
- bootstrap - Front end framework library for HTML and CSS.
- jQuery - JS library that simplifies JS and HTML interactions.
- Google Fonts - Google library of fonts.
- VSCode - Code editing software
- GitBash - Command line interface
Authors
- Michael O'Connor - Programmer - oconnor97
- William (Corey) Farnsworth - Programmer - Cynwise
- LaRonda Heimberger - Programmer - RondaH
- Mitch Schimmoeller - Programmer - Schimmoellerm
Acknowledgments
- The OSU coding boot camp, its Instructor and TAs who fielded questions regarding this project.