This repository contains the React components for the SkySat project, a web application that provides information about satellites and Earth orbits.
- Node.js
- npm ou yarn
- Clone this repository:
git clone https://github.com/VictorBravim/SkySat.git
- Navigate to the project directory:
cd SkySat
- Install dependencies:
npm install
- Nav.tsx: Navigation bar component containing the logo and navigation links.
- Hero.tsx: Main banner component that provides an overview of the SkySat project.
- Card.tsx: Information card component that displays information about different orbits and satellites.
- Mission.tsx: Component that describes the mission of the SkySat project and presents a related image.
- Function.tsx: Component that describes the functionalities of the SkySat project and presents a related image.
- Footer.tsx: Footer component containing additional navigation links and copyright information.
- This project is licensed under the MIT License.