Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ssekpius/microverse-react-redux-group-project---space-travelers-hub

In this task, you will be working with the real live data from the SpaceX API. Your task is to build 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.
https://github.com/ssekpius/microverse-react-redux-group-project---space-travelers-hub

Last synced: 19 days ago
JSON representation

In this task, you will be working with the real live data from the SpaceX API. Your task is to build 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.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Space Travelers' Hub\] ](#-space-travelers-hub-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 [Space Travelers' Hub]

> In this task, we will be working with the real live data from the SpaceX API. our task is to build 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

> React.js, Node.js

Client

### Key Features

> The webapp has the following key features
- **[Rockets and Dragons page]**
- **[Missions page]**
- **[My Profile page]**

(back to top)

## 🚀 Live Demo

>

- [Live Demo Link](https://#)

(back to top)

## 💻 Getting Started

> In order to run this project you need:

- Node js installed on your computer
- Npm Node package manager
- Terminal

### Setup

Clone this repository to your desired folder:

> [email protected]:SSEKPIUS/Microverse-React-Redux-group-project---Space-Travelers-Hub.git

### Install

Install this project with:

```sh
cd my-project
npm install or npm i
```
-

### Usage

To run the project, execute the following command:

```sh
npm run build
```

### Run tests

To run tests, run the following command:

```sh
npm test or jest test
```

(back to top)

## 👥 Authors

> Collaborators in this project.

👤 **Authors**

1. Ssekweyama Pius

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

2. Gulalai Ahmadi

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

3. Christian Kiyong

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

(back to top)

## 🔭 Future Features

> Future features we will add to the project.

- [ ] **[Enhance the My Profile section]**
- [ ] **[Enhance the My Profile section by adding the "Cancel reservation" and "Leave Mission"]**
- [ ] **[Enhance the My Profile section by adding the "Read more"]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

> We encourage you to support this project

(back to top)

## 🙏 Acknowledgments

> Credit to everyone who inspired this codebase.

I would like to thank Microverse student team for the resources availed.

(back to top)

## ❓ FAQ

> Questions new developers would ask when they decide to use this project.

- **What is front-end, HTML, CSS and JavaScript**
- The front end refers to the parts of the application that users (also known as "clients") interact with directly
- As a front-end dev, you'll implement these tasks primarily using HTML to define the structure of web pages, CSS to add styling, and JavaScript to add interactivity.

- **What is back-end and Full stack**
- The back end refers to the parts of the application that run behind the scenes and aren't presented directly to the user/client.
- The back end typically includes a web server which handles HTTP connections received from the front-end client (usually a web browser)
- Full stack simply includes both the front end AND back end!

(back to top)

## 📝 License

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

(back to top)