Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meltrust/space-travelers-hub
Real live data from the SpaceX API. A web application built with React and Redux for a company that provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.
https://github.com/meltrust/space-travelers-hub
javascript react reactjs redux webpack
Last synced: 25 days ago
JSON representation
Real live data from the SpaceX API. A web application built with React and Redux for a company that provides commercial and scientific space travel services. The application allows users to book rockets and join selected space missions.
- Host: GitHub
- URL: https://github.com/meltrust/space-travelers-hub
- Owner: Meltrust
- Created: 2021-11-15T15:57:52.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-11-29T10:20:02.000Z (about 3 years ago)
- Last Synced: 2024-10-18T06:52:37.923Z (3 months ago)
- Topics: javascript, react, reactjs, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 4.17 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
Space traveller's hub
React, Redux, Javascript, Webpack, get from and save to API --> Space-Travelers-Hub
Explore the docs »
-
Report a Bug
-
Request a Feature
-
## Table of Contents
- [About](#about)
- [Rockets view](#rockets-view)
- [Missions view](#missions-view)
- [Joined Rockets and Missions view](#joined-rockets-and-missions-view)
- [Demo](#demo)
- [Made with](#made-with)
- [Future updates and roadmap](#future-updates-and-roadmap)
- [Getting started](#getting-started)
- [Authors](#authors)
- [Contributing](#contributing)
- [Show your support](#show-your-support)
- [Acknowledgments](#acknowledgments)
- [License](#license)
## About
Real live data from the SpaceX API. A web application built with React and Redux for a company that provides commercial and scientific space travel services. The application allows the users to book rockets and join their selected space missions.
## Rockets view
![screenshot](./assets/app_screenshot_rockets.png)
## Missions view
![screenshot](./assets/app_screenshot_missions.png)
## Joined Rockets and Missions view
![screenshot](./assets/app_screenshot_profile.png)
## Demo
[Visit Space Traveler's hub!](https://meltrust.github.io/Space-Travelers-Hub/)
## Made with
- Javascript ✔️
- Webpack ✔️
- React ✔️
- Redux ✔️
- Twitter Bootstrap ✔️
- CSS3 ✔️
- HTML5 ✔️## Future Updates and Roadmap
- More general styling
- Responsive design
- Auth## Getting Started
To get a local copy up and running follow these simple example steps:
1. Under the repository name, click the Clone or download green button.
![clone](https://user-images.githubusercontent.com/53324035/73660989-4451aa80-4667-11ea-8a89-176f89d6548a.png)
2. Copy the URL given by clicking the clipboard button
3. Open a terminal window in your local machine and change the current directory to the one you want the clone directory to be made.
4. Type git clone and the paste the URL you previusly copied to the clipboard
5. Change the current directory to the newly created folder
6. In your terminal, `npm install` to install the dependencies.
7. Now run `npm start` and the app should appear on your browser.
8. You can add and remove reservations, join missions etc all your actions will get saved to the API.
## Authors
👤 **Miguel Tapia**
- Github: [@meltrust](https://github.com/meltrust)
- Linkedin: [linkedin](https://www.linkedin.com/in/meltrust/)
- Or talk to me directly at: [email protected]👤 **Alex Gamino**
- Github: [@AlexHamn](https://github.com/AlexHamn)
- Linkedin: [linkedin](https://www.linkedin.com/in/alex-gamino-81aab3214//)
- Or talk to me directly at: [email protected]
## 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!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## License
📝 This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/Meltrust/Space-Travelers-Hub.svg?style=flat-square
[contributors-url]: https://github.com/Meltrust/Space-Travelers-Hub/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Meltrust/Space-Travelers-Hub
[forks-url]: https://github.com/Meltrust/Space-Travelers-Hub/network/members
[stars-shield]: https://img.shields.io/github/stars/Meltrust/Space-Travelers-Hub
[stars-url]: https://github.com/Meltrust/Space-Travelers-Hub/stargazers
[issues-shield]: https://img.shields.io/github/issues/Meltrust/Space-Travelers-Hub.svg?style=flat-square
[issues-url]: https://github.com/Meltrust/Space-Travelers-Hub/issues