Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gedeonts/space-travelers-hub
The application will allow users to book rockets and join selected space missions.
https://github.com/gedeonts/space-travelers-hub
reactjs redux redux-thunk rest-api
Last synced: about 1 month ago
JSON representation
The application will allow users to book rockets and join selected space missions.
- Host: GitHub
- URL: https://github.com/gedeonts/space-travelers-hub
- Owner: GedeonTS
- License: mit
- Created: 2022-06-13T08:08:07.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-29T08:25:19.000Z (over 2 years ago)
- Last Synced: 2024-10-27T17:14:22.442Z (3 months ago)
- Topics: reactjs, redux, redux-thunk, rest-api
- Language: JavaScript
- Homepage:
- Size: 1.96 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 118
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space Travelers - React project
![spaceximage](https://user-images.githubusercontent.com/97834160/178457866-6b0ebd81-b8a2-4b47-8e12-8af003a05979.png)> In this task, we worked with the real live data from the SpaceX API. The task is to build a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
## Built With
- JavaScript
- React
- Redux## Authors
👤 **Author : GEDEON USHINDI**
- GitHub: [@GedeonTS](https://github.com/GedeonTS)
- Twitter: [@Gedeon191](https://twitter.com/Gedeon191)
- LinkedIn: [Ushindi Gedeon](https://linkedin.com/in/ushindi-gedeon-73032a228)👥 **Author : ONWUANIBE ONOMEH**
- GitHub: [@Estherstarr](https://github.com/Estherstarr/)
- Twitter: [@AnibeEsther](https://twitter.com/AnibeEsther)
- LinkedIn: [Onwaunube onomeh](https://linkedin.com/in/onwuanibeonome)## Install
### Run the project in your local machine- Clone the repository
```
$ git clone https://github.com/Estherstarr/Space-Travelers-Hub.git
$ cd Space-Travelers-Hub
```- Install all dependances
```
$ npm install
```- Run the server
```
$ npm start
```
- Open your browser and go to [localhost:3000](http://localhost:3000/)### Run Linters tests
To track linter errors locally follow these steps:Download all the dependencies run:
```
$ npm install
```
Track HTML linter errors run:
```
$ npx hint .
```
Track CSS linter errors run:
```
$ npx stylelint "**/*.{css,scss}"
```
Track JavaScript linter errors run:
```
$ npx eslint .
```### Deployment
- GitHub pages## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
## 📝 License
This project is [MIT](./MIT.md) licensed.