Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ginabeki/space-travellers

Space Travellers is a website for a company that provides commercial and scientific space travel services. The application allow users to book rockets and join selected space missions.
https://github.com/ginabeki/space-travellers

Last synced: 19 days ago
JSON representation

Space Travellers is a website for a company that provides commercial and scientific space travel services. The application allow users to book rockets and join selected space missions.

Awesome Lists containing this project

README

        



logo

Microverse README Template

# 📗 Table of Contents

📗 Table of Contents


# 📖 Space Travellers

> Space Travellers is a website for a company that provides commercial and scientific space travel services. The application allow users to book rockets and join selected space missions.

## 🛠 Built With

### Tech Stack

Client

Server

### Key Features

- **React Components**
- **Redux Store**
- **Jest Tests**
- **Bootstrap**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://space-travellers-rockets-and-missions.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:

```sh
git
npm
node
Your favorite text editor
```

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/Shisui6/space-travelers-hub.git
```

### Install

Install this project with:

```sh
cd space-travelers-hub
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm run build - Builds development files into production code
npm start - Starts the development server
```

### Run tests

> To run tests, run the following commands:

```sh
- npx run test
```

### Run Linters

- npx eslint .
- npx stylelint "\*_/_.{css,scss}"

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👤 **Mert Kaya**

- GitHub: [@mkaya13](https://github.com/githubhandle)
- Twitter: [@mkaya133](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mert-kaya-0732b717b/)

👤 **Gina Beki**

- GitHub: [@ginabeki](http://github.com/ginabeki)
- Twitter: [@\_gina_bw](https://twitter.com/_gina_bw)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gina-beki-a85846103/)

(back to top)

## 🔭 Future Features

- [ ] **APIS**
- [ ] **Extra Components**
- [ ] **Authenticate**
- [ ] **Local Storage**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ginabeki/space-travellers/issues).

(back to top)

## ❓ FAQ

- **[How do you set up react?]**

- [You run `npx create-react-app `]

- **[How to run the project after cloning]**

- `npm install`
- `npm run start`

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)