Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ginabeki/space-travellers
- Owner: ginabeki
- Created: 2022-12-19T08:47:01.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-29T15:36:13.000Z (about 2 years ago)
- Last Synced: 2023-03-05T06:24:21.387Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://space-travellers-rockets-and-missions.onrender.com/
- Size: 2.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microverse README Template
# 📗 Table of Contents
📗 Table of Contents
- 📖 Space Travelers Hub
- 🛠 Built With
- 🚀 Live Demo
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgments
- 📝 License
> 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.
Client
Server
- **React Components**
- **Redux Store**
- **Jest Tests**
- **Bootstrap**
- [Live Demo Link](https://space-travellers-rockets-and-missions.onrender.com)
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}"
> 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/)
- [ ] **APIS**
- [ ] **Extra Components**
- [ ] **Authenticate**
- [ ] **Local Storage**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ginabeki/space-travellers/issues).
- **[How do you set up react?]**
- [You run `npx create-react-app `]
- **[How to run the project after cloning]**
- `npm install`
- `npm run start`
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._