Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balikuddembe/space-travelers-hub
The Space Traveller's hub is web application that works with real live data from the SpaceX API. The app is 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/balikuddembe/space-travelers-hub
javascript jest linters react react-testing-library redux redux-thunk rest-api
Last synced: about 2 months ago
JSON representation
The Space Traveller's hub is web application that works with real live data from the SpaceX API. The app is 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/balikuddembe/space-travelers-hub
- Owner: Balikuddembe
- Created: 2023-01-30T20:45:46.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-21T18:20:31.000Z (over 1 year ago)
- Last Synced: 2023-08-21T19:24:52.724Z (over 1 year ago)
- Topics: javascript, jest, linters, react, react-testing-library, redux, redux-thunk, rest-api
- Language: JavaScript
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Balikuddembe-ivanmvh-blueviolet)
# Space-Travelers-Hub
> Space Traveler's Hub is a single page web application that fatches rockets, missions from the SpaceX API. Users can book and cancel their reservations for rockets and missions. Application has three pages Rockets/Missions/MY Profile, My Profile page shows the list of reserved rockets and missions.
## Screenshots:
![screenshot](./src/Images/Screenshot_rockets.png)
![screenshot](./src/Images/Screenshot_missions.png)
![screenshot](./src/Images/Screenshot_mymissions.png)
## Built With
- HTML
- CSS
- JavaScript
- REACT
- Redux
- Redux-Toolkit (RTK)
- Webpack
- Jest## Online live link
[coming soon]()
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
- Node
- Web browser### Install
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)### Using it Locally
- Clone the project
```bash
git clone https://github.com/Balikuddembe/space-travelers-hubcd space-travelers-hub
```- Install dependencies
```bash
npm i
or
npm install
```
- To Start the development server
```bash
npm start
```- To test the project
```bash
npm run test
```## Visit And Open Files
[Visit Repo](https://github.com/Balikuddembe/space-travelers-hub)
## Download Repo
[Download Repo](https://github.com/Balikuddembe/space-travelers-hub/archive/refs/heads/main.zip)
## Authors
👤 **Balikuddembe**
- GitHub: [@githubhandle](https://github.com/Balikuddembe)
- Twitter: [@twitterhandle](https://twitter.com/BalixEmma)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/emmanuelbalikuddembe/)👤 **Ivan Martinez von Halle**
- GitHub: [@ivanmvh](https://github.com/ivanmvh)
- Twitter: [@imprivado](https://twitter.com/imprivado)
- LinkedIn: [@ivan-martinez-von-halle](https://www.linkedin.com/in/ivan-martinez-von-halle/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Balikuddembe/space-travelers-hub/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.