2023-02-28 23:42:00 +00:00
|
|
|
---
|
|
|
|
|
portfolioName: 'Wedding Website'
|
|
|
|
|
portfolioSubHeading: 'An application that allows viewing of wedding details and provides the ability to RSVP to the wedding.'
|
|
|
|
|
portfolioImage: 'Wedding_Website.png'
|
|
|
|
|
portfolioImageAlt: 'Wedding Website'
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import ExternalLink from '$lib/components/ExternalLink.svelte';
|
|
|
|
|
</script>
|
|
|
|
|
|
2023-03-08 18:13:16 +00:00
|
|
|
{portfolioSubHeading}
|
2023-02-28 23:42:00 +00:00
|
|
|
|
|
|
|
|
The app was initially created for my wedding but what is linked here is a public demo of the application.
|
|
|
|
|
|
|
|
|
|
Tech stack:
|
|
|
|
|
|
|
|
|
|
- Next.js 13
|
|
|
|
|
- React 18
|
|
|
|
|
- <ExternalLink href="https://radix-ui.com" ariaLabel="Radix UI" showIcon>Radix UI</ExternalLink>
|
|
|
|
|
- MongoDB
|
|
|
|
|
- Styled Components
|
|
|
|
|
- Next Iron Session
|