Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mattgomb/space-travellers-hub
- Owner: MattGomb
- License: other
- Created: 2022-11-21T21:21:11.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2022-12-01T16:45:53.000Z (about 2 years ago)
- Last Synced: 2024-11-06T06:43:10.254Z (about 2 months ago)
- Topics: react, redux
- Language: JavaScript
- Homepage:
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ 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** 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.
Client
Server
- **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**
- [Click me for demo!](https://spacetrvlrs-marcos-matt.netlify.app/)
## 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.
> 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/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please give it a star!
This project is [MIT](./LICENSE) licensed.