Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/d4nqw3rty/space-travelers-hub
- Owner: d4nQw3rty
- License: other
- Created: 2022-11-14T14:47:38.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-19T15:55:24.000Z (about 2 years ago)
- Last Synced: 2024-10-07T18:18:09.456Z (about 1 month ago)
- Topics: api, react, react-redux, reactjs, testing-library
- Language: JavaScript
- Homepage: https://space-travelers-hub-phoenix-team.netlify.app/
- Size: 1.01 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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]** 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.
> Describe the tech stack and include only the relevant sections that apply to your project.
Client
Storage
- **[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.]**
- [Live Demo Link](https://space-travelers-hub-phoenix-team.netlify.app/)
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
```
π€ **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)
- [ ] **[Improve styling of the page]**
- [ ] **[Add more information from the API]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project leave a star.
We would like to thank [SpaceX](https://docs.spacexdata.com/) for making this project possible. :spaceship:
- **[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.]
This project is [MIT](./LICENSE) licensed.