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:
- View the optimal layout for each of the website's pages depending on their device's screen size
- See hover states for all interactive elements on the page
- View each page and be able to toggle between the tabs to see new information
- Solution URL: [https://github.com/J-e-s-se/space-tourism-website]
- Live Site URL: [https://stark-thicket-79261.herokuapp.com/]
- Semantic HTML5 markup
- CSS
- Javascript
- Flexbox
- Mobile-first workflow
- React - JS library
- Styled Components - For styles
- Scss - For styles
Redux Typescript
- greggod - This article helped me understand that
html, body {
height: 100%;
}
sets the body height to 100% of the window height and not the content height.
- fullstackopen - I'm currently in doing part3 of this course.
- Frontend Mentor - @J-e-s-se