Skip to content

Latest commit

 

History

History
95 lines (70 loc) · 3.49 KB

README.md

File metadata and controls

95 lines (70 loc) · 3.49 KB

Eventbrite logo

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:

/
`-_src
    |-api
    |-components
        |-App
        |-Homepage
            |-EventList
            |-EventCard
            |-Loading
        |-EventDetail
            |-Purchase
    |-img
    |-scss

Starting 🚀

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

  1. You need to install Node 10.16.0 & npm 6.9.0.

  2. Clone the repository: $ git clone https://github.com/Adalab/fairfax-m4-eventbrite-eventos. You can also Fork the project so you'll have it on your GitHub profile.

  3. Install dependencies with $ npm install.

  4. To launch the project and see it in the browser, run $ npm start.

  5. 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 🛠️

Dependencies

Development dependencies

License 📄

This project is under MIT License - check LICENSE.md for details

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