Landing page for any event
View DEMO »
Table of Contents
Landing event is a landing page which can be used for any conference, event, webinar, seminar or webinar.
Sections:
- Hero
- About
- Extra Info
- Schedule
- Memory
- Speakers (with profile)
- Tickets
- Location (with Google map)
- Newsletter
- Sponsors
- Hurry
- Footer
- You will need a Maps JavaScript API KEY from Google, here is a tutorial that maybe help you out. Spoiler alert! you will need a credit card but is still "free".
- Clone the repo
git clone https://github.com/matias-rivera/landing-event.git
- Install NPM packages
npm install
- Enter your API and the coordinates in
.env.example
, after that change the name to.env
REACT_APP_MAP_LAT= 'LATITUDE' REACT_APP_MAP_LNG= 'LONGITUDE' REACT_APP_MAP_API= 'API KEY'
- RUN
npm start
- Install Docker. More information here.
- Clone the repo
git clone https://github.com/matias-rivera/landing-event.git
- Run Docker compose
docker-compose up --build
- It should start at "localhost:3000".
Distributed under the MIT License. See LICENSE
for more information.
Matías Rivera - [email protected]
Project Link: https://github.com/matias-rivera/landing-event