Skip to content

The application utilizes React and Redux to create an immersive space tourism experience, allowing users to explore the cosmos virtually. Redux manages the state efficiently, ensuring data consistency and facilitating seamless updates across components. React Router simplifies navigation, while TypeScript enhances code reliability and documentation

Notifications You must be signed in to change notification settings

Arthur-Ferreira/SpaceTourism_Challenge

Repository files navigation

Frontend Mentor - Space tourism website solution

Layout

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

Mobile Design Desktop Design

Add a screenshot of your solution. The easiest way to do this is to use Firefox to view your project, right-click the page and select "Take a Screenshot". You can choose either a full-height screenshot or a cropped one based on how long the page is. If it's very long, it might be best to crop it.

Links

My process

Built with

What I learned

The application leverages React and Redux technologies to create an engaging space tourism experience, allowing users to explore the cosmos virtually and learn about the wonders of space:

  • Redux, a predictable state container for JavaScript apps, is employed to manage the application's state effectively. By centralizing the state and actions within the Redux store, the application ensures data consistency and facilitates state updates across different components, enhancing maintainability and scalability.
  • With React Router's declarative routing approach, the application maintains clean and intuitive navigation paths, enhancing user experience and usability.
  • TypeScript, a statically typed superset of JavaScript, is employed to enhance code reliability and maintainability. By providing static type checking and interfaces, TypeScript helps catch errors at compile time and improves code documentation, enabling better collaboration and codebase understanding.
  • CSS Modules are utilized for styling components, providing scoped and modular CSS encapsulation. By encapsulating styles within component-specific CSS modules, the application ensures style isolation and avoids CSS class naming conflicts, enhancing maintainability and scalability of the styling codebase.

Author

About

The application utilizes React and Redux to create an immersive space tourism experience, allowing users to explore the cosmos virtually. Redux manages the state efficiently, ensuring data consistency and facilitating seamless updates across components. React Router simplifies navigation, while TypeScript enhances code reliability and documentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published