KingsleyIbe / ben-kings-react-project

Space Travelers' Hub is 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. Application data was fetched from the SpaceX API.
https://github.com/KingsleyIbe/ben-kings-react-project
1 stars 0 forks source link
api javascript jest peer-to-peer programming reactjs router space testing travel

SPACE TRAVELERS' HUB

Space Travelers' Hub is 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. Application data was fetched from the SpaceX API.

ADDITIONAL DESCRIPTION ABOUT THE APPLICATION

The Space Travelers' Hub consists of Rockets, Missions, and the My Profile section.

Rockets

The Rockets section displays a list of current rockets available for booking.

Rockets List Reserved Missions List

Missions

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.

Missions List Joined Missions List

My Profile

The My Profile section displays all reserved rockets and space missions.

Profile List

BUILT WITH

-- Basic Language - JavaScript

    > create-react-app
    > webpack for bundling files
    > Babel for code transpiling
    > Git for version control
    > Eslint for JavaScript linting
    > Stylelint for style linting
    > Jest for testing
    > Space-X API

Live Demo

Live Demo Link

Getting Started

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

  1. Clone the repository using
git clone https://github.com/KingsleyIbe/ben-kings-react-project.git
  1. cd into the cloned repository
cd ben-kings-react-project
  1. You now have the access to the files on your local machine!

Optional steps

Install the node_modules/ folder to be able to locally run the linter commands. Run:

npm install

To check Stylelint linter errors run:

npx stylelint "**/*.scss"

To check ESLint errors run:

npx eslint .

Authors

👤 Author1

👤 Author2

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.