This is a solution to the Space tourism website challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
This is the screenshot a my home page.
I learned that Svelte (JS framework) it's not very difficult to learn. I manage component with "svelte:component" method in ".Svelte" files.
To see how you can add code snippets, see below:
<svelte:component
this={selected.component}
on:navigate={handleNavigation}
/>
$: selected = navOptions[0];
Svelte - JS library for building SPA.
Redirection Netlify - Docs for redicting your website
100vh handling - The possible ways to handle the viewport height with javascript
I thanks to scrimba for very useful course and solution for this website.