Skip to content

basitkorai/space-tourism-website

Repository files navigation

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
  • React - JS library
  • Next.js - React framework
  • TailwindCSS - For styles

What I learned

I learned to use react router for the first time.

<Routes>
  <Route path="/">
    <Route index element={<Home />}></Route>
    <Route path="destination" element={<Destination />}></Route>
    <Route path="crew" element={<Crew />}></Route>
    <Route path="technology" element={<Technology />}></Route>
  </Route>
  <Route path="index.html" element={<Home />}></Route>
  <Route path="*" element={<NotFound />}></Route>
</Routes>

Continued development

  • Replace React with Next.js
  • Improve accessibility

Author

About

This is my solution for the Frontend Mentor challenge Space Tourism Website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published