Search and discover events worldwide powered by the Ticketmaster API.
- Search events by keyword with debounced input
- Filter by country
- Pagination (12 events per page)
- Event cards with details
- Modal with full event info
- Sorted by date ascending
| Language | Vanilla JavaScript |
| Bundler | Parcel 2 |
| Templating | Handlebars |
| Styling | SCSS, animate.css |
| HTTP | Axios |
| API | Ticketmaster Discovery API |
| Deploy | GitHub Pages |
git clone https://github.com/ByteMe6/eventBooster
cd eventBooster
npm install
npm startnpm run buildOutput goes to dist/.