react-capstone

MIT License

Stars
1

Table of Contents

Space Travelers' Hub

"Space Travelers' Hub" is an innovative and immersive single-page web application that empowers users to seamlessly access and interact with the vast realm of rocket and mission data sourced directly from the prestigious SpaceX API.The application boasts three dynamic and captivating pages: Rockets, Missions, and My Profile, where users can revel in the exhilarating experience of exploring and managing their reserved rockets and missions. Embrace the thrill of space exploration like never before with "Space Travelers' Hub" - your ultimate gateway to the stars!

Built With

Tech Stack

Key Features

  • Fetching rockets and missions data from the SpaceX API.
  • Reserve rockets and join missions.
  • Display reserved rockets and joined missions on profile page.

Live Demo

Getting Started

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

Prerequisites

In order to run this project you need:

  • Node.js
  • npm

Setup

Clone this repository to your desired folder:

 git clone [email protected]:meryemsanem/react-capstone.git

Install

Install this project with:

  cd react-capstone
  npm install

Usage

To run the project, execute the following command:

Webpack Development Server

To run the webpack development server, execute the following command:

npm start

To track CSS linter errors, run:

npx stylelint "**/*.{css,scss}"
  • To track JavaScript linter errors, run:
npx eslint "**/*.{js,jsx}"

Build

To build the project, run the following command:

npm run build

Run tests

To run tests, run the following command:

npm test

Deployment

  • You can deploy it using: Github Pages

Authors

Meryem Sanem Kkbayram

Mahdi Noori

Future Features

  • Login page
  • Reserved the rockets for the specific time

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you find this project helpful or interesting, star this repository on GitHub to let us know you like the project.

Acknowledgments

Special thanks to my partner and Microverse.

License

This project is MIT licensed.

Related Projects