Space Travelers Hub

📗 Table of Contents

📖 [Spcae Travelers Hub]

This is an app that lets you view different rockets list and missions list and be able to reserve a rocket and join a mission.

🛠 Built With

Tech Stack

React
Redux
Javascript

Key Features

  • Reserve A Rocket
  • Join A Mission

(back to top)

🚀 Live Demo

Please click the link below to check the demo

(back to top)

💻 Getting Started

In this app, we have different topics being fetched from the API. You then can join mission and reserve a rocket. The app is built with React, Redux and JavaScript. You should develop a first working version of the app following a wireframe.

To get a local copy up and running, follow these steps:

Prerequisites

In order to run this project you need:

  • Web browser
  • Code editor
  • Good internet connection

Setup

Clone this repository to your desired folder by using the following command:

  cd my-folder
  git clone https://github.com/lmunozm1702/spacex-react-redux.git

Install

Install these npm dependencies by running the commands below:

  cd spacex-react-redux
  npm install

Usage

To run the project, execute the following command:

  npm start

This will open the browser and be able to pull data from the server

Run tests

To run tests, run the following command:

  npm test

(back to top)

👥 Authors

👤 Luis Muñoz

👤 Amanuel Galema

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like our project, please reach out and support us

(back to top)

🙏 Acknowledgments

I would like to thank all who inspired us during the project

(back to top)

❓ FAQ

Add at least 2 questions new developers would ask when they decide to use your project.

  • Can i run it on my local machine or do i need to host it on the internet?

    • [Yes you can run it on your local machine. Just make sure that you install the required dependecies as stated in the installation part above]

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)