Welcome to the Space Tourism Website project! This project is built using React with Vite and styled using Tailwind CSS. The design is based on the Figma file attched from https://www.frontendmentor.io/. Figma File:
- Introduction
- Features
- Getting Started
- Project Structure
- Pages
- Fonts
- Technologies Used
- Contributing
- License
The Space Tourism Website is an interactive and visually appealing platform designed to provide information about space travel destinations, crew members, and technologies involved. The project aims to offer users an immersive experience as they explore different sections of the website.
- Home Page: Welcome page with a brief introduction and a call-to-action button.
- Destination Page: Detailed information about different space destinations.
- Crew Page: Profiles of crew members involved in space travel.
- Technology Page: Insights into the technologies used in space exploration.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/Eustusmurea/Space-walker-website.git cd space-Space-walker-website
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and visit:
http://localhost:5173
Space-walker-website/
├── public/
│ ├── assets/
│ └── index.html
├── src/
│ ├── assets/
│ ├── components/
│ ├── pages/
│ ├── App.css
│ ├── App.tsx
│ ├── index.css
│ └── main.tsx
│ └── index.html
├── .gitignore
├── package.json
├── README.md
└── tailwind.config.js
The home page serves as the landing page with a welcome message and a prominent call-to-action button.
This page provides detailed information about various space destinations including the Moon, Mars, Europa, and Titan.
Profiles of the crew members involved in space travel are showcased here, including their roles and biographies.
Insights into the technologies used in space exploration, divided into sections like Vehicle, Spaceport, and Capsule.
The project uses the following Google Fonts:
- Bellefair
- Barlow Condensed
- Barlow
- React: JavaScript library for building user interfaces.
- Vite: Next-generation front-end tool for faster builds.
- Tailwind CSS: Utility-first CSS framework for styling.
- React Router: For handling routing within the application.
Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code adheres to the project's coding standards and conventions.
This project is licensed under the MIT License