Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/estete9/space-travel

It's a page that consumes the SpaceX API in order to show a list of rockets and missions. It is a simulation of a page where users can reserve rockets and missions to outer space.
https://github.com/estete9/space-travel

Last synced: about 1 month ago
JSON representation

It's a page that consumes the SpaceX API in order to show a list of rockets and missions. It is a simulation of a page where users can reserve rockets and missions to outer space.

Awesome Lists containing this project

README

        


Space-travel


---

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

---

# Space-Travel

**Space-Travel** In this task, we will be working with the real live data from the SpaceX API. we task is to build a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.

#### Learning objectives

- Use React documentation
- Use React components.
- Use React props.
- Use React state.
- Use React routes.
- Connect React and Redux.
- Handle events in a React app.
- Write unit tests with React Testing Library.
- Use styles in a React app.
- Use React hooks.
- Apply React best practices and language style guides in code.
- Use store, actions and reducers in React.
- Perform a code review for a team member.

---

## 🛠 Built With

### Tech Stack

---

### Key Features

- **Add Redux Toolkit (npm install react-redux @reduxjs/toolkit).**
- **Create a directory that will contain all your Redux logic (/src/redux)**
- **Configure a Redux store (/src/redux/store.js)**
- **Gitflow**

(back to top)

## 💻 Getting Started

> To get a local copy up and running, follow these steps.
> This project requires Node.js and npm installed on your machine.

### Prerequisites

In order to run this project you need:

### Setup

Clone this repository to your desired folder:

Example commands:

```bash
cd space-travel
git clone https://github.com/Estete9/space-travel.git
```

### Install

Install this project's dependencies with:

- npm install

### Usage

To run the project, execute the following command:

```bash
npm run start
```

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### Run tests

```bash
npm test
```

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

(back to top)

---

## 👥 Authors

👤 **Maximo Ortelli**

- GitHub: [@maximoortelli](https://github.com/maximoortelli)
- LinkedIn: [Maximo Ortelli](https://www.linkedin.com/in/maximo-ortelli-rueda-265228203/)

👤 **Esteban Palacios**

- GitHub: [@Estete9](https://github.com/Estete9)
- Twitter: [@NaughTban](https://twitter.com/NaughTban)
- LinkedIn: [Esteban Palacios](https://www.linkedin.com/in/esteban-palacios-5030a772/)

(back to top)

---

## 🔭 Future Features

- [x] **Improve the Space-Travel page**

(back to top)

---

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

---

## ⭐️ Show your support

Give a ⭐ if you liked this project!

(back to top)

---

## 🙏 Acknowledgments

I thank Microverse for this fantastic opportunity.

(back to top)

---

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)

---