Table of Contents
Communities organizers in these times create events and conferences for their communities or companies, this is a task that can take time and energy in addition to most of these sites have a very similar structure: One day, an agenda, registration, speakers, information about the event, etc.
The objective of the project is to create a platform for organizers that allows, manage, create, organize, and promote events, saving time, and creating a very valuable tool for the industry.
This project has three branches: master, develop and components. master contains the project ready for deployment on Heroku. develop contain the last version of the development stage of the proyect and components contains the structure of the components of the project, using Atomic Design.
You can see the project deplyed here
If you want to clone this repository, you need these requirements.
- Clone the repo pasting this link on your terminal
git remote add origin git@github.com:Event5/Event5-Front.git
- Type the next command
git pull origin master
- Install the dependencies using
npm install
- Run locally using
npm run start
If the deploy was successful, you should see one screen on your browser like this
Event5 was made by
- Hector Reyes @HectorDevx
- Jose Luis Chavez @Siulch
- Den Velez @den-velez
- Sergio Estrella @Djkde01
- Cristian Cortes @ccortes1
This project was done as a final project of the Platzi Master program