An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Space_Traveler's_Hub-purple) [![Netlify Status](https://api.netlify.com/api/v1/badges/1b578c75-f62a-4b8e-b753-1779916cc2b4/deploy-status)](https://app.netlify.com/sites/space-cars/deploys)

Space Traveler's Hub



![space-traveller-hub netlify app_](https://github.com/mahabubx7/space-travellers-hub/assets/122348996/214b9f34-cd07-45a6-acf8-466e328c6b23)

# πŸ“— 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).**

## πŸ›  Built With

### Tech Stack

Client


  • React

  • Redux

  • Redux Toolkit

Server


  • Not Available

Database


  • Not Available

## Key Features

- Rockets, Dragons and Missions Page
- Reserve spacecrafts
- My Profile page for displaying booking information

(back to top)

## πŸš€ Live Demo

- [**Live Demo**](https://space-traveller-hub.netlify.app/)

(back to top)

## πŸ’» Getting Started

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
```

(back to top)

## πŸ‘₯ Authors

#### πŸ‘€ **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)

(back to top)

## πŸ”­ Future Features

- Add Sign up section
- Update page UI

(back to top)

## 🀝 Contribute
Contributions, issues, and feature requests are welcome!

Feel free to check the [issues](https://github.com/mahabubx7/space-cars/issues) page

(back to top)

## ⭐️ Show your support

If you like this project then please give a ⭐️ and also share your feedback.

(back to top)

## Acknowledgments
Big ups to Microverse team for inspiring this project.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)