Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gisachris/spacehub-website

Welcome to the SpaceX application that utilizes the SpaceX API to retrieve information about rockets and missions while adding seamless functionality that allows you to book rockets and missions from the comfort of your device and have a compelling profile section that displays booked affairs.
https://github.com/gisachris/spacehub-website

api-client api-rest javascript react reactjs redux-toolkit ui-design ux-design

Last synced: 1 day ago
JSON representation

Welcome to the SpaceX application that utilizes the SpaceX API to retrieve information about rockets and missions while adding seamless functionality that allows you to book rockets and missions from the comfort of your device and have a compelling profile section that displays booked affairs.

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)
- [👩‍💻 Presentation](#Presentation)
- [💻 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 Traveler's Hub

**The Space Traveler's Hub** The Space Traveler's Hub web application is a web service solution to all individuals out there that focuses on providing a great traveling scheduler and booking service created using React and redux.

## 🛠 Built With

React library

### Tech Stack

HTML/CSS/JavaScript

GitHub

### Key Features

- **Real time booking service**
- **Most up to date rocket and mission information**
- **clean UI design**

(back to top)

## 🚀 Live Demo

[checkout spaceHubTravels here!](https://spacehubtravels.onrender.com)

(back to top)

## 🚀 Project Presentation

There is no project presentation at the moment

(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:

- a browser
- git
- nodejs

### Setup

Clone this repository to your desired folder:

````sh
cd my-folder
git clone https://github.com/gisachris/react-group-project.git

### Install

Install this project with:

```sh
cd react-group-project
npm install
npm run build
npm start
````

### Usage

To run the project, execute the following command:

```sh
Open dist/index.html in browser
or
Open with Live server in Vscode
```

### Run tests

To run tests, run the following command:

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

(back to top)

## 👥 Authors

👤 **Gisa Chris**

- GitHub: [@gisachris](https://github.com/gisachris)

(back to top)

👤 **Hussein Hashi**

- GitHub: [@HusseinHashi](https://github.com/husush23)

(back to top)

## 🔭 Future Features

- **homepage Section**
- **fully interactive SPA**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [https://github.com/gisachris/react-group-project/issues](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project give me a follow and/or a star

(back to top)

## 🙏 Acknowledgments

We would like to thank Microverse for giving this opportunity to me to showcase my dev skills.

(back to top)

## 📝 License

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

(back to top)