Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 2.2 KB

README.md

File metadata and controls

63 lines (42 loc) · 2.2 KB

Frontend Mentor - Space tourism website solution

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.

Table of contents

Overview

The challenge

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

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • SASS

What I learned

This is a project I decided to finish so I can practice HTML, CSS and JS. I decided not to do it with React because I wanted to practice vanilla JavaScript.

I remember trying to do it after 2 or 3 months of studying web development and it was a mess!

I feel happy now that I can do it without much effort even though some parts - like that header styling - is still tricky.

Useful resources

  • Responsive navbar tutorial - This is Kevin Powell solution to creating the responsive navbar of this project. Helped me not only with CSS and JS but also HTML and accessibility.

Author