Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meryemsanem/space-travelers-hub
https://github.com/meryemsanem/space-travelers-hub
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/meryemsanem/space-travelers-hub
- Owner: meryemsanem
- License: mit
- Created: 2023-07-31T08:10:22.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-04T13:57:57.000Z (over 1 year ago)
- Last Synced: 2024-12-20T10:28:53.872Z (29 days ago)
- Language: JavaScript
- Size: 509 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Space Travelers' Hubπ
# π¨βππ©βπ Table of Contents
- [π¨βππ©βπ Table of Contents](#table-of-contents)
- [π Space Travelers' Hub ](#about-project)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π Live Demo ](#live-demo-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [`npm start`](#npm-start)
- [`npm test`](#npm-test)
- [`npm run build`](#npm-run-build)
- [`npm run eject`](#npm-run-eject)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)**"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!
Client
- 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 Link](https://space-travelers-33zs.onrender.com/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:meryemsanem/react-capstone.git
```
### Install
Install this project with:
```sh
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:
```bash
npm start
```
### To track CSS linter errors, run:
```bash
npx stylelint "**/*.{css,scss}"
```
- To track JavaScript linter errors, run:
```bash
npx eslint "**/*.{js,jsx}"
```
### Build
To build the project, run the following command:
```bash
npm run build
```
### Run tests
To run tests, run the following command:
```sh
npm test
```
### Deployment
- You can deploy it using: Github Pages
π€ **Meryem Sanem Küçükbayram**
- GitHub: [@meryemsanem](https://github.com/meryemsanem)
- LinkedIn: [@meryemsanem](https://www.linkedin.com/in/meryemsanemkucukbayram/)
π€ **Mahdi Noori**
- GitHub: [@Mahdi Noori](https://github.com/mahdinoori2000)
- LinkedIn: [@Mahdi Noori](https://www.linkedin.com/in/mahdi-noori-hc201/)
- **Login page**
- **Reserved the rockets for the specific time**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/meryemsanem/react-capstone/issues).
If you find this project helpful or interesting, star this repository on GitHub to let us know you like the project. βοΈ
Special thanks to [my partner](https://github.com/mahdinoori2000) and Microverse.
This project is [MIT](./LICENSE) licensed.