A beautiful, feature rich, device friendly wedding website. Fork from: https://github.com/rampatra/wedding-website
- Slick and fully responsive design.
- RSVP feature which directly uploads data to a Google sheet.
- Receive email alerts when someone RSVPs.
- Add to Calendar feature which supports four different calendars.
- Google Map showing your venue's location.
- 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.
$ cd wedding-website
- go inside the project directory$ npm install
- install dependencies (optional)$ gulp
- compile sass to css, minify js, etc. (optional)- That's it, open
index.html
on your browser by just double-clicking on the file.
Original Documentation from the author: blog post describing all the features of this wedding website and how to customize each of them according to your needs.