Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joytaribagshaw/space-travelers
It is 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 using SpaceX API.
https://github.com/joytaribagshaw/space-travelers
api create-react-app react react-redux react-router reactjs redux redux-toolkit
Last synced: 6 days ago
JSON representation
It is 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 using SpaceX API.
- Host: GitHub
- URL: https://github.com/joytaribagshaw/space-travelers
- Owner: JoyTaribagshaw
- License: mit
- Created: 2023-08-28T09:30:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T19:24:51.000Z (about 1 year ago)
- Last Synced: 2024-12-09T13:45:05.270Z (2 months ago)
- Topics: api, create-react-app, react, react-redux, react-router, reactjs, redux, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 325 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Space Travelers' Hub
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π» Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Run tests](#run-tests)
- [Usage](#usage)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)**Space Travellers' Hub** is a single-page application (SPA) built with React that uses real-time data from the SpaceX API. Users can book rockets and join selected space missions, and the selected services are displayed on the user's profile page.
## π Built With
* React
* JSX
* CSS
* Javascript ES6
* Visual Studio Code
* Jest
* React Testing Library
* ESLint
* Stylelint> The three key features of this project include the following.
- **Book SpaceX rockets and dragons, cancel the previously made booking.**
- **Join SpaceX space missions, leave the mission the user he/she has joined earlier.**
- **View all reserved rockets, space missions, and dragons.**## π» Getting Started
Get ready to explore Space Travellers' Hub with these steps:Ensure you have:
- A Web Browser such as Microsoft Edge or Google Chrome π
- Git π
- A code editor such as Visual Studio Code π¨βπ»Use `git clone` to get your local copy of the project.
```bash
git clone https://github.com/JoyTaribagshaw/space-travelers.git
```Run `npm install` to set up the required packages.
```bash
npm install
```### Run Tests
To run tests run the following command in your terminal
```
npm test
```Currently, there are no test scripts available, but the libraries (React Testing Library and Jest) are set up.
You can also check linter errors by running this commands:
```
npx stylelint "**/*.{css,scss}"
``````
npx eslint "**/*.{js,jsx}"
```Launch the app with the following command
```
npm start
```π€ *Joy Tari*
- GitHub: [Joy](https://github.com/JoyTaribagshaw)
- Twitter: [Joy](https://twitter.com/JoyTariBagshaw)
- LinkedIn: [Joy](www.linkedin.com/in/joytaribagshaw)π€ *Shah Zaman*
- GitHub: [Shah Zaman](https://github.com/sheezu900)
- LinkedIn: [Shah Zaman](https://www.linkedin.com/in/shahzaman900/)> Here are some future features that could be added to the Space Travellers' Hub app in the future.
- **User authentication and authorization:** This would allow users to create accounts, sign in and out, and have their own personal items.
These are just a few ideas for future features that could be added to the Space Travellers' Hub app. The specific features that are added will depend on the needs and wants of the users.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/JoyTaribagshaw/space-travelers/issues).
Give a starβοΈ or a thumbs up π if you like this project! You can visit my GitHub profile for more of my projects.
- Project supervised by [Microverse](https//www.microverse.org/)
- [Creative Commons 4.0 License](https://creativecommons.org/licenses/by-nc/4.0/)This project is [MIT](./LICENSE) licensed.