mirror of
https://github.com/BradNut/personal-website-sveltekit
synced 2025-09-08 23:20:18 +00:00
24 lines
650 B
Markdown
24 lines
650 B
Markdown
|
|
---
|
||
|
|
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>
|
||
|
|
|
||
|
|
### {portfolioSubHeading}
|
||
|
|
|
||
|
|
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
|