/Space-Travelers

Web application for a company that provides space travel services. Build with React, Redux, and JavaScript.

Primary LanguageJavaScript

📗 Table of Contents

📖 Space Travelers' Hub

Space Travelers' Hub is a web application for a company that provides commercial and scientific space travel services. The application allow users to book rockets and join selected space missions working with the real live data from the SpaceX API. The Space Travelers' Hub consists of Rockets, Missions, and the My Profile section. The Rockets section displays a list of all available SpaceX rockets. Users can book each rocket by clicking the reservation button or cancel the previously made booking. The Missions section displays a list of current missions along with their brief description and participation status. There is also a button next to each mission that allows users to join the selected mission or leave the mission the user joined earlier. The My Profile section displays all reserved rockets and space missions.

🛠 Built With

Tech Stack

Client

Key Features

(back to top)

🚀 Live Demo

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

Node.js

Setup

Clone this repository to your desired folder:

using HTTPS:

  git clone https://github.com/ElsonOtake/Space-Travelers.git
  cd Space-Travelers

using an SSH key:

  git clone git@github.com:ElsonOtake/Space-Travelers.git
  cd Space-Travelers

using GitHub CLI:

  git clone gh repo clone ElsonOtake/Space-Travelers
  cd Space-Travelers

Install

Install this project with:

  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests, run the following command:

  npm test

(back to top)

👥 Authors

👤 Walter Velasquez

👤 Elson Otake

(back to top)

🔭 Future Features

  • Update SpaceX API to V4

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank:

(back to top)

📝 License

This project is MIT licensed.

(back to top)