Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maccrazyman/space-traveler-hub-react
This webpage shows information from Space X related to rockets and missions, The user is able to "Reserve" some of them and can be displayed in the profile section.
https://github.com/maccrazyman/space-traveler-hub-react
css javascript react reactjs redux
Last synced: 2 days ago
JSON representation
This webpage shows information from Space X related to rockets and missions, The user is able to "Reserve" some of them and can be displayed in the profile section.
- Host: GitHub
- URL: https://github.com/maccrazyman/space-traveler-hub-react
- Owner: MacCrazyman
- License: mit
- Created: 2022-01-24T17:24:18.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-27T19:37:28.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T17:37:13.333Z (almost 2 years ago)
- Topics: css, javascript, react, reactjs, redux
- Language: JavaScript
- Homepage: https://books-store-maccrazyman.herokuapp.com/
- Size: 1.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# SPACE TRAVELER'S HUB
> This project implements React and Redux to store info about rockets and space missions from Space X API, and let the user reserve a travel or a rocket.
![screenshot](src/img/screenshot.png)
Project created using `create-react-app` and implementing `react-redux` to retreive information from SpaceX API.
## Built With
- HTMl, CSS, JavaScript, React-Bootstrap.
- React.
- Redux.## Live Demo
[Live Demo Link](https://books-store-maccrazyman.herokuapp.com/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
* A functional computer with VS Code or any functional coding software.
* Git bash or any version control software.### Setup
* Copy the repo link and clone it in your local machine
* You can execute the following command in your git bash:
````
git clone https://github.com/MacCrazyman/space-traveler-hub-react.git
````### Install
* In your consle, run the following command to install the required dependencies:
````
npm install
````### Usage
* You can build the files using React scripts to generate a `/build` folder with distribution files:
````
npm run build
````
* Run React server to see the webpage working:
````
npm start
````
* You can also open the [Heroku deployment](https://books-store-maccrazyman.herokuapp.com/) to see a live version of the webpage.## Authors
👤 **Richard Tonata**
- GitHub: [@rtonata88](https://github.com/rtonata88)
- Twitter: [@rtonata](https://twitter.com/rtonata)
- LinkedIn: [Richard Tonata](https://www.linkedin.com/in/richard-chambula-49198425/)👤 **Leonardo Pareja**
- GitHub: [@MacCrazyman](https://github.com/MacCrazyman)
- Twitter: [@MacCrazyman](https://twitter.com/MacCrazyman)
- LinkedIn: [Leonardo Pareja](https://www.linkedin.com/in/leonardo-pareja-pareja/)## Acknowledgements
* Planet icons created by Freepik - Flaticon
* Rockets, missions, pictures, and descriptions are provided by [SpaceXdata](https://docs.spacexdata.com/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.