https://github.com/mahabubx7/space-travellers-hub
Space Traveler's Hub is designed to make space travel more accessible than ever before. The app allows users to reserve flights on a various spacecrafts and get information on space-related activities
https://github.com/mahabubx7/space-travellers-hub
pair-programming project-management react redux redux-toolkit test-driven-development testing-library
Last synced: 2 months ago
JSON representation
Space Traveler's Hub is designed to make space travel more accessible than ever before. The app allows users to reserve flights on a various spacecrafts and get information on space-related activities
- Host: GitHub
- URL: https://github.com/mahabubx7/space-travellers-hub
- Owner: mahabubx7
- License: mit
- Created: 2023-05-15T14:26:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T15:02:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T07:53:54.431Z (4 months ago)
- Topics: pair-programming, project-management, react, redux, redux-toolkit, test-driven-development, testing-library
- Language: JavaScript
- Homepage: https://space-traveller-hub.netlify.app/
- Size: 609 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 [](https://app.netlify.com/sites/space-cars/deploys)
Space Traveler's Hub
# π 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 Linters](#run-tests)
- [Screenshot](#screenshot)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contribute](#contribute)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)# π§βπ» Space Traveler's Hub
> ** Space Traveler's Hub is designed to make space travel more accessible than ever before. The app allows users to reserve flights on a various spacecrafts and get information on space-related activities.Built using React and Redux (state management).**
Client
- React
- Redux
- Redux Toolkit
Server
- Not Available
Database
- Not Available
- Rockets, Dragons and Missions Page
- Reserve spacecrafts
- My Profile page for displaying booking information
- [**Live Demo**](https://space-traveller-hub.netlify.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Nodejs
- Node Package Manager
- VS Code text editor
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:mahabubx7/space-cars.git
```
### Install
Install this project with:
```sh
cd my-project
npm install
```
### Usage
To run the project, execute the following command:
```bash
npm start
```
### Run tests
To run tests, run the following command:
#### Jest Test
```bash
npm test
```
#### Lints
```bash
npm run lint
```
or
```bash
npm run lint:fix
```
#### π€ **Mahabub Alam**
- GitHub: [mahabubx7](https://github.com/mahabubx7)
- Twitter: [@mahabub__7](https://twitter.com/mahabub__7)
- Linkedin: [in/mahabubx7](https://www.linkedin.com/in/mahabubx7)
#### π€ **Drissas TourΓ©**
- Github: [Drissas](https://github.com/touredri)
- Twitter: [Drissas](https://twitter.com/touredri)
- LinkedIn: [Drissas](https://www.linkedin.com/in/touredri/)
#### π€ **Ikenna Richard**
- Github: [Richard](https://github.com/ikennarichard)
- LinkedIn: [Richard](https://linkedin.com/in/ikenna-richard)
- Add Sign up section
- Update page UI
## π€ Contribute
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues](https://github.com/mahabubx7/space-cars/issues) page
If you like this project then please give a βοΈ and also share your feedback.
## Acknowledgments
Big ups to Microverse team for inspiring this project.
This project is [MIT](./LICENSE) licensed.