Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meryemsanem/space-travelers-hub


https://github.com/meryemsanem/space-travelers-hub

Last synced: 2 days ago
JSON representation

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

**"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

Client

### 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.

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://space-travelers-33zs.onrender.com/)

(back to top)

## πŸ’» 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:

```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

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **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/)

(back to top)

## πŸ”­ Future Features

- **Login page**
- **Reserved the rockets for the specific time**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/meryemsanem/react-capstone/issues).

(back to top)

## ⭐️ Show your support

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

(back to top)

## πŸ™ Acknowledgments

Special thanks to [my partner](https://github.com/mahdinoori2000) and Microverse.

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)