jordanlambrecht / ope-we-eloped

An Ope-n Source wedding RSVP website made with ReactJS

Home Page:https://opeweeloped.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OPE WE ELOPED

Netlify Status

Stories Section

This section uses the react-hook-form react library to gather the form data and pass it up the chain. I use Monday.com to gather the information. You could easily use sendgrid instead to simply email the submissions to yourself instead. I believe monday has a free version.

Environment Variables

You should have a file called '.env' on your local server. Make sure this does NOT get uploaded to github and add it to your .gitignore. Inside that file there should be the following:

  • SPOTIFY_CLIENT_ID
  • SPOTIFY_CLIENT_SECRET
  • SPOTIFY_REFRESH_TOKEN
  • NEXT_PUBLIC_API_MONDAY_BOARD_STORIES
  • NEXT_PUBLIC_API_MONDAY_AUTH

About

An Ope-n Source wedding RSVP website made with ReactJS

https://opeweeloped.us


Languages

Language:JavaScript 96.9%Language:CSS 3.1%