Skip to content

NitBravoA92/space-travelers-hub

Repository files navigation

Space Travelers Hub

Space Travelers' Hub

📗 Table of Contents

Space Travelers' Hub

Space Travelers' Hub is a web application of a company that offers space travel services. The application is made with ReactJS and Redux to manage the global state of the application, the spaceX API is used to query and show users the list of available Missions and Rockets.

🛠 Built With

Tech Stack

Client

Key Features

  • Using the ReactJS library
  • Using the ReactJS Router library
  • Using JSX syntax
  • Using semantic HTML
  • SPA Approach
  • Responsive Design
  • Using Redux Toolkit for a global state management

(back to top)

🚀 Live Demo

To see the application working live, you can click on the following link that contains the demo version:

(back to top)

💻 Getting Started

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

Setup

Clone this repository to your desired folder:

  cd my-folder-name
  git clone git@github.com:NitBravoA92/space-travelers-hub.git

Prerequisites

In order to install, modify and run this project, it is necessary to have the following applications installed:

It is also important to have at least basic knowledge about ReactJS, JSX, HTML, CSS and Javascript languages so you will be able to understand and work with the code of the project.

Install

Install this project by running the next command into your project folder:

  npm install

All the packages and libraries necessary for the project to work will be installed in a folder called /node_module. After this installation, the project will be ready to use.

Usage

In the project directory, you can run:

  • npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.

You may also see any CSS and JS linters errors in the console running the following commands:

CSS Linter

  npx stylelint "**/*.{css,scss}"

Javascript Linter

  npx eslint "**/*.{js,jsx}"

Build

  • npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Note: Please only modify the components files and the CSS files. Do not modify configurations files of the project.

👥 Authors

👤 Nitcelis Bravo

👤 Lawrence Kioko

(back to top)

🔭 Future Features

  • Create My Profile view
  • Create Missions view
  • Create Rockets view
  • Use Redux to manage the states of rockets, missions
  • Fetch data using the spaceX API
  • Add CSS styles to the UI following the mobile first approach
  • Add actions and other functionality to Reserve Rocket
  • Add actions and other functionality to Cancel Reservation
  • Add actions and other functionality to Join Missions
  • Add actions and other functionality to Leave Missions
  • Display the list of Missions Joined in the My Profile view
  • Display the list of Rockets reserved in the My Profile view
  • Create Unit tests using Jest and React testing library
  • Deploy the final version of the project and share Link Demo in the documentation

(back to top)

🤝 Contributing

Contributions, issues, suggestions and feature requests are welcome! Feel free to check the issues page.

To do Contributions, please fork this repository, create a new branch and then create a Pull Request from your branch. You can find detailed description of this process in: A Step by Step Guide to Making Your First GitHub Contribution by Brandon Morelli

(back to top)

⭐️ Show your support

If you liked this project, give me a "Star" (clicking the star button at the beginning of this page), share this repo with your developer community or make your contributions.

(back to top)

🙏 Acknowledgments

I would like to thank my Microverse teammates for their support. They have supported me a lot in carrying out this project, giving me suggestions, good advice and solving my code doubts.

📝 License

This project is MIT licensed.

(back to top)

About

Webapp of a company that offers space travel services. It's built with React and Redux, using spaceX API to get the data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published