Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattgomb/space-travellers-hub

In this project, we work with real live data from the SpaceX API. In its finished state, it will be 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.
https://github.com/mattgomb/space-travellers-hub

react redux

Last synced: 4 days ago
JSON representation

In this project, we work with real live data from the SpaceX API. In its finished state, it will be 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.

Awesome Lists containing this project

README

        

logo

# ๐Ÿ“— 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 Travellers Hub

**Space Travellers Hub** In this project, we work with real live data from the SpaceX API. In its finished state, it will be 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.

## ๐Ÿ›  Built With

### Tech Stack

Client

Server

### Key Features

- **You can reserve rockets, and undo the reservation**
- **You can join missions and leave them**
- **You can check all reservations and joined missions on the myProfile page**

(back to top)

## ๐Ÿš€ Live Demo

- [Click me for demo!](https://spacetrvlrs-marcos-matt.netlify.app/)

(back to top)

## ๐Ÿ’ป Getting Started

## Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

### Available Scripts

In the project directory, you can run:

### `npm 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.

### `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.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

### Prerequisites

- Installation of Node.js, Node Package Manager, webpack module bundler, and Babel
- Functioning computer Internet connection
- Basic understanding of Git and GitHub
- Basic JavaScript, HTML, and CSS knowledge

### Setup

To get a local copy up and running follow these simple example steps:

1 - Above the list of files, click on the "Code" button

2 - Copy the URL for the repository.

3 - To clone the repository using HTTPS, under "HTTPS", click . To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click SSH, then click . To clone a repository using GitHub CLI, click GitHub CLI, then click . The clipboard icon for copying the URL to clone a repository with GitHub CLI

4 - Open Git Bash.

5 - Change the current working directory to the location where you want the cloned directory.

6 - Type git clone, and then paste the URL you copied earlier.

7 - Press Enter to create your local clone.

8 - To get started with the exact same setup, don't forget to install webpack, babel, and jest on your computer!

- [The setup of webpack](https://webpack.js.org/guides/getting-started/)
- [The setup of jest](https://jest-bot.github.io/jest/docs/getting-started.html)
- [The setup of babel](https://babeljs.io/setup)

Please read the documentation to get familiar with each of them!

### Install

- A code editor (e.g. VSC) /text editor (e.g. notepad++) Node.js

### Usage

Feel free to use this repo to play around with basic HTML, CSS, and JavaScript elements and solutions

### Run tests

No testing required, but you can always take a look at the jest testing environment and create new tests for functions.

(back to top)

## ๐Ÿ‘ฅ Authors

> Mention all of the collaborators of this project.

๐Ÿ‘ค **Marcos Gualtero Lourenzo**

- GitHub: [@Goruchie](https://github.com/Goruchie)
- Twitter: [@Goruchie2](https://twitter.com/Goruchie2)
- LinkedIn: [LinkedIn](https://linkedin.com/in/marcosgualtero)

๐Ÿ‘ค **Mรกtyรกs Gombos**

- GitHub: [@MattGomb](https://github.com/MattGomb)
- Twitter: [@MtysGombos1](https://twitter.com/MtysGombos1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gombos-matyas/)

(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, please give it a star!

(back to top)

## ๐Ÿ“ License

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

(back to top)