Skip to content

libertadpozos/eventbrite-events

Repository files navigation

Eventbrite event interface

Single Page Application for Eventbrite, using React. The app, is about an event interface using the Public Eventbrite API, which allows filtering by city and type of event. Next, the structure of application components:

App's components diagram

Starting 🚀

These instructions will allow you to obtain a copy of the project on your local machine for development and testing purposes.

  1. Clone the repository: git clone https://github.com/Adalab/fairfax-m4-eventbrite-eventos

  2. You can also Fork the project so you'll have it on your GitHub profile.

  3. To launch the project and see it in the browser: npm start

  4. To add and upload the changes you make: git add . / git commit -m 'message' / git push origin 'name-of-the-branch'

Requirements 📋

To use the application you must have the following:

  1. An API key, which you can obtain through the following link

  2. In the root of the project, you must create an .env file, in which, you must write the following:

REACT_APP_API_KEY = put-here-your-API-key
  1. It's ready! You already have access to Eventbrite's list of events!

Built with 🛠️

This project is created with Create React App.

We use Node 10.16.0 & npm 6.9.0

code style: prettier

Authors ✒️

Our gratitude 🎁

To all the Eventbrite Spain team, for their valuable collaboration and willingness, especially to:

  • Stephanie Pi
  • Jean Yves Chanal
  • Marta Valls
  • Emilio García
  • Giuseppe Ciotta
  • Jorge Ferreiro
  • Jorge Barata
  • Mario Montes
  • Marisa Marín

About

Interface that allows to users to view Eventbrite events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published