Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/d4nqw3rty/space-travelers-hub

This is a Simple Page Application that utilizes React, Redux, and a SpaceX API to display Rockets, Missions, and Dragons. Users can reserve any item and view it on their My Profile page.
https://github.com/d4nqw3rty/space-travelers-hub

api react react-redux reactjs testing-library

Last synced: about 1 month ago
JSON representation

This is a Simple Page Application that utilizes React, Redux, and a SpaceX API to display Rockets, Missions, and Dragons. Users can reserve any item and view it on their My Profile page.

Awesome Lists containing this project

README

        

logo

Microverse README Template

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [πŸ“ License](#license)

# πŸ“– [space-travelers-hub]

**[space-travelers-hub]** is a a Simple Page Application created with React and Redux and uses an SpaceX API to show the Rockets, Missions and Dragons. The user can reserve any Rocket, Mission or Dragon and display it in My Profile's page.

## πŸ›  Built With

### Tech Stack

> Describe the tech stack and include only the relevant sections that apply to your project.

Client

Storage

### Key Features

- **[Single Page Application.]**
- **[The user can reserve Rockets and Dragons and also join Missions.]**
- **[The user can cancel reservations or joining missions]**
- **[The user data is displayed in My Profile page.]**

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://space-travelers-hub-phoenix-team.netlify.app/)

(back to top)

## πŸ’» Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

To have installed [node.js](https://nodejs.org/en/download/) and [Git](https://git-scm.com/downloads)

### Setup

Clone this repository to your desired folder:

First enter the folder you want to save the project.
```sh
cd my-folder
```
After moving into the directory you want to save the project you could clone it using the terminal.

```sh
git clone [email protected]:d4nQw3rty/space-travelers-hub.git
```

### Install

Install this project with:

```sh
cd space-travelers-hub
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

```sh
npm run test
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Danys Linares**

- GitHub: [@github](https://github.com/d4nQw3rty)
- Twitter: [@twitter](https://twitter.com/Danys_Linares)
- LinkedIn: [LinkedIn](www.linkedin.com/in/danys-linares-6a328b238)

πŸ‘€ **Oscar FernΓ‘ndez MuΓ±oz**

- GitHub: [@OscarFMdev](https://github.com/OscarFMdev)
- Twitter: [@twitterhandle](https://twitter.com/oscarfmdev)
- LinkedIn: [LinkedIn](https://linkedin.com/in/oscarfmdev)

πŸ‘€ **Akpuru Solomon Barine**

- GitHub: [@Solobarine](https://github.com/Solobarine)
- Twitter: [@SolomonAkpuru](https://twitter.com/SolomonAkpuru)
- LinkedIn: [Solomon Akpuru](https://www.linkedin.com/mwlite/in/solomon-akpuru-17069b241)

(back to top)

## πŸ”­ Future Features

- [ ] **[Improve styling of the page]**
- [ ] **[Add more information from the API]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project leave a star.

(back to top)

## πŸ™ Acknowledgments

We would like to thank [SpaceX](https://docs.spacexdata.com/) for making this project possible. :spaceship:

(back to top)

## ❓ FAQ

- **[Can I modify this project?]**

- [Yes, you can make all the changes you'd like locally.]

- **[Can I add more rockets to the API]**

- [No, this API is not created by us.]

(back to top)

## πŸ“ License

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

(back to top)