Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mailsg/react-capstone-space-travellers-hub

A web application for a fictious company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
https://github.com/mailsg/react-capstone-space-travellers-hub

html-css-javascript reactjs redux-toolkit spacex-api

Last synced: 7 days ago
JSON representation

A web application for a fictious company 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

        



logo

Space Travelers' 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 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** is a 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.

## 🛠 Built With

### Tech Stack

Client

Server

### Key Features

- **Rocket Reservation**
- **Joining Mission**
- **Profile**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://space-travelers-hub-vls7.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 run the following commands in your terminal:

```sh
npm start
```

### Setup

Clone this repository to your desired folder:

```sh
git clone [email protected]:mailsg/React-Capstone-Space-Travellers-Hub.git
cd React-Capstone-Space-Travellers-Hub
```

### Install

Install this project with:

```sh
cd React-Capstone-Space-Travellers-Hub
npm install
```

### Run tests

To run tests, run the following command:

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

(back to top)

## 👥 Authors

👤 **Sandeep Ghosh**

- GitHub: [@mailsg](https://github.com/mailsg)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/sandeep-ghosh-660830166/)

👤 **Phelelani Ndlovu**

- GitHub: [@techmoves](https://github.com/techmoves)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/phelelani-ndlovu-883916160/)

(back to top)

## 🔭 Future Features

- [ ] **Scientific Community**
- [ ] **News from SpaceX**
- [ ] **Profile Expansion**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/mailsg/React-Capstone-Space-Travellers-Hub/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give it a ⭐️. Your support is greatly appreciated! ❤️

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for giving us this opportunity to build this amazing project. I would also like to thank my peers for their support and encouragement throughout this project. I would also like to thank my mentors for their guidance and support. Lastly, I would like to thank the open-source community for their contribution to the open-source ecosystem. Without their contribution, creating this project would not have been possible. Thank you all. 🙏

(back to top)

## 📝 License

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

(back to top)