Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iamsjunaid/space-travelers-hub

Space Travelers Hub In this project, We have worked with real live data from the SpaceX API. We have built a web application that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
https://github.com/iamsjunaid/space-travelers-hub

css es6 html javascript jest react-testing-library reactjs redix-toolkit redux redux-thunk

Last synced: 19 days ago
JSON representation

Space Travelers Hub In this project, We have worked with real live data from the SpaceX API. We have built a web application that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.

Awesome Lists containing this project

README

        


# 📗 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 tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Space Travelers Hub

**Space Travelers Hub** In this project, We have worked with real live data from the SpaceX API. We have built a web application that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.

## 🛠 Built With

### Tech Stack

HTML

CSS

Javascript

ReactJS

Redux

(back to top)

### Key Features

*Rocket reservation and Management: Users can reserve a rocket,book a mission and a dragon providing a central place to organize their work.*

*Categorization and Labels: Each feature is categorized into different categories or assign labels, helping them to quickly identify based on specific criteria.*

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://space-travelers-hub-dhiu.onrender.com)

(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 to clone or fork and run it in a browser

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone https://github.com/iamsjunaid/space-travelers-hub.git
```
For more information on how to clone or fork a repository:
- How to clone a repo
- How to fork a repo

### Install

- To install the package
```sh
npm install
```

### Usage

- To run the project

```sh
npm start
```

### Tests

- To test the project run the following `cmd`:

```sh
npm run test
OR
npm test
```

- To check the linter issues

```sh
npx eslint "**/*.{js,jsx}"
```

```sh
npx stylelint "**/*.{css,scss}"
```

(back to top)

## 👥 Authors

👤 Author : **Junaid Ahmed Syed**

- Github : [@GitHub](https://github.com/iamsjunaid)
- LinkedIn : [@LinkedIn](https://www.linkedin.com/in/junaidahmedsyed/)

## 👥 Collaborators

👤 Collaborator : **Bwambale Wolter**

- Github : [@GitHub](https://github.com/wolterbwambale)
- LinkedIn : [@LinkedIn](https://www.linkedin.com/in/bwambale-benny-wolter-a9284925a/)

👤 Collaborator : **Abdelaziz Soleman**

- Github : [@GitHub](https://github.com/abdelazizsoleman)
- LinkedIn : [@LinkedIn](https://www.linkedin.com/in/abdelaziz-soliman-16989b89/)

(back to top)

## 🔭 Future Features

UI changes
Animations

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/iamsjunaid/space-travelers-hub/issues ).

(back to top)

## ⭐️ Show your support

If you like this project you can give a Star at project's [GitHub page](https://github.com/iamsjunaid/space-travelers-hub).

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse and the code reviewers for making this project better.

(back to top)

## 📝 License

This project is [MIT](https://github.com/iamsjunaid/space-travelers-hub/blob/main/LICENSE) licensed.

(back to top)