/invite-website

Invite Website

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Invite Website

This repo is a fork of https://github.com/rampatra/wedding-website to create a personal invite website. Personal images will be excluded and loaded from tpi. A hosting example will be included in the code.

Highlights

  1. Slick and fully responsive design.
  2. RSVP feature which directly uploads data to a Google sheet.
  3. Receive email alerts when someone RSVPs.
  4. Add to Calendar feature which supports four different calendars.
  5. Book Uber button lets guests book a cab to the venue with just a single tap.
  6. A nice Youtube video showing your venue.
  7. Google Map showing your venue's location.
  8. Start and run the website completely free. No hosting, backend server, or database required as you can use GitHub Pages to host and Google sheets (with the help of Google scripts) to store RSVP data.

Getting Started

  1. $ git clone URL - clone this project to your computer
  2. $ cd wedding-website - go inside the project directory
  3. $ npm install - install dependencies
  4. $ gulp - compile sass to css, minify js, etc.
  5. That's it, open index.html file on your browser by just double-clicking on it.