https://github.com/cancelei/space-travelers-hub
Main learning points: Use React while doing group work for a week. It was an amazing experience. There is a Project Kanban available too.
https://github.com/cancelei/space-travelers-hub
Last synced: about 2 months ago
JSON representation
Main learning points: Use React while doing group work for a week. It was an amazing experience. There is a Project Kanban available too.
- Host: GitHub
- URL: https://github.com/cancelei/space-travelers-hub
- Owner: cancelei
- Created: 2023-07-31T14:45:34.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-08-11T20:20:43.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T12:13:22.000Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://cancelei.github.io/Space-Travelers-Hub/
- Size: 844 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
π SPACE TRAVELER'S HUB π
# π 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](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [β FAQ (OPTIONAL)](#faq)
- [π License](#license)# π SPACE TRAVELER'S HUB
Web Page connected with the real live data from the SpaceX API, to provide commercial and scientific space travel services, users can book rockets and join selected space missions.## π Built With:
- React
- Redux
- Space X - APIClient
- UI Layout with Logo and API data in text and image format.
- User can add rockets to their list of rockets.
- User can remove rockets from their list of rockets.
- User can add missions to their list of missions.
- User can remove missions from their list of missions.
- User can add dragons to their list of dragons.
- User can remove dragons from their list of dragons.
## π» Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
Before you proceed, ensure that you have the following installed on your machine:
- Node.js (v12 or above)
- npm (Node Package Manager)
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:cancelei/Space-Travelers-Hub.git
```
### Install
Install the project dependencies with:
```sh
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm run build
```
### Run tests
To run tests, run the following command:
```sh
npm start
```
- Open your web browser and visit http://localhost:8080.
- You should now see the Space Traveler's Hub application running in your browser.
π€ **Author Glauber Bannwart**
- GitHub: [@cancelei](https://github.com/cancelei)
- LinkedIn: [LinkedIn](https://linkedin.com/in/gbannwart)
π€ **Rudi Carrillo**
- GitHub: [@rudicarrilloypr](https://github.com/rudicarrilloypr)
- Twitter: [@__rudicarrillo](https://twitter.com/__rudicarrillo)
- LinkedIn: [Rudi Carrillo](https://www.linkedin.com/in/rudi-carrillo/)
- Instagram: [@__rudicarrillo](https://www.instagram.com/_rudicarrillo/)
π€ **Ricardo MartΓnez**
- GitHub: [@bohaz](https://github.com/bohaz)
- Twitter: [@Ricardo29115571](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
- Implement LocalStorage to save user's data.
- Implement a login system.
- Implement a user profile page.
- Implement a user dashboard.
- Implement a user's past and future space travels.
Contributions, issues, and feature requests are welcome! Please consider this issue link: [Project Issues](https://github.com/cancelei/Space-Travelers-Hub/issues)
If you like this project kindly leave a star!
We are gratefull of Microverse collaborators for creating such an amazing envirnment that we can work and learn.
This project is [MIT](./LICENSE.md) licensed.