Skip to content

Group Project built during the Adalab's frontend development course. Simple web application that allows to users to view Eventbrite events.

License

Notifications You must be signed in to change notification settings

cterrasid/eventbrite-events

 
 

Repository files navigation

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

About

Group Project built during the Adalab's frontend development course. Simple web application that allows to users to view Eventbrite events.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 50.4%
  • CSS 41.6%
  • HTML 8.0%