I built this website for my personal wedding website amifauzi.com. Available features:
- Welcome modal connected to Google Sheet
- Hero section with a responsive background picture
- Bride and Groom section
- Countdown until marriage date section
- Agendas section
- Google Map section
- Pre-wedding gallery section
- Message section connected to Google Sheet, submit button guarded by Google Sign In
- Digital Envelope section
- Background music Player
This project use Remix. To run your Remix app locally, make sure your project's local dependencies are installed:
npm install
Afterwards, start the Remix development server like so:
npm run dev
Open up http://localhost:3000 and you should be ready to go!