The website is called Space Tourism Jet One. It is a website about a fictional space tourism company. The website was created by me for practice. The website is designed to look like a real space tourism company website. The website includes information about the company and how we will travel the space along with the information about the technology and crew;
- The website is designed to look like a real space tourism company website. This means that it uses high-quality images and videos, and it has a professional layout. The website also includes a lot of information about the company's history, its fleet of jets, and its plans for future flights. This information is presented in a clear and concise way, and it is easy to understand.
- The website is made up of HTML, CSS, and JavaScript. These are the three main languages that are used to create websites. HTML is used to structure the website, CSS is used to style the website, and JavaScript is used to add interactivity to the website. The website uses a variety of libraries and frameworks. These are pre-written code that can be used to make development easier. For example, React is a library that is used to create interactive user interfaces, and Redux is a framework that is used to manage state in React applications.
- The website is hosted on Vercel's platform. Vercel is a cloud hosting platform that is specifically designed for websites that are built with React. This means that the website is able to take advantage of Vercel's features, such as automatic deployments andCDN delivery.
- The website is optimized for mobile devices. This means that the website looks good and works well on smartphones and tablets. This is important because more and more people are using their mobile devices to access the internet.
Client: NextJS, React, TailwindCSS, Figma
You can fork the repo and fetch the on your local device
- After fetching it to your local device open the project in IDE of your choice and run following commands
npm install
npm run dev
This will loacaly start on your device
Answer :- Please feel free to contribute and find bugs in the webstie
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.