Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemwel-boniface/spacetravellers
Space travellers is a project that lists information from the space-x Api about the space rockets that they have and the missions that they have already done. The project is interesting as it allows users to book rockets as well as join a mission that they feel they are interested in. All booked rockets and joined missions can be viewed from the myProfile page. Enjoy!
https://github.com/nemwel-boniface/spacetravellers
css html javascript react react-testing-library redux redux-thunk
Last synced: 27 days ago
JSON representation
Space travellers is a project that lists information from the space-x Api about the space rockets that they have and the missions that they have already done. The project is interesting as it allows users to book rockets as well as join a mission that they feel they are interested in. All booked rockets and joined missions can be viewed from the myProfile page. Enjoy!
- Host: GitHub
- URL: https://github.com/nemwel-boniface/spacetravellers
- Owner: Nemwel-Boniface
- Created: 2022-04-10T15:09:05.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2022-04-16T04:11:13.000Z (over 2 years ago)
- Last Synced: 2024-03-27T06:32:28.011Z (9 months ago)
- Topics: css, html, javascript, react, react-testing-library, redux, redux-thunk
- Language: JavaScript
- Homepage: https://nemwelspacetraveller.netlify.app/
- Size: 1010 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Space Travellers
Space travellers is a project that lists information from the space-x Api about the space [rockets](https://api.spacexdata.com/v3/rockets) that they have and the [missions](https://api.spacexdata.com/v3/missions) that they have already done.
The project is interesting as it allows users to book rockets as well as join a mission that they feel they are interested in. All booked rockets and joined missions can be viewed from the myProfile page.
Enjoy!
![screenshot](./images/rocketsHome.png)
![screenshot](./images/missionsHome.png)
![screenshot](./images/myProfileHome.png)## Built With
- HTML5
- CSS
- Javascript
- React
- Redux
- API
- Webpack
- Linters## Live Demo
## Getting Started
To get a local copy up and running follow these simple example steps.In your terminal, navigate to your current directory and run this code
`[email protected]:Nemwel-Boniface/spacetravellers.git`
Locate the directory in your file explorer
`cd spacetravellers`
Install npm or if installed already using this link
`npm install`
Start the web dev server depending on your configuration
`npm start`
The Project should now be live on your browser
## Tests
To run your tests you can run:
- `npm test` for unit tests with the React testing library & Jest
- `npx eslint .` for all your JavaScript based linter checks
- `npx stylelint "**/*.{css,scss}"` for all your CSS based linter checks## Authors
👤 **Author1**
- GitHub: [@Nemwel-Boniface ](https://github.com/Nemwel-Boniface)
- Twitter: [@nemwel_bonie](https://twitter.com/nemwel_bonie)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nemwel-nyandoro-aa1b2620b/)👤 **Author2**
- GitHub: [@AckonSamuel](https://github.com/AckonSamuel)
- Twitter: [@AckonSamuel](https://twitter.com/AckonSamuel2)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Nemwel-Boniface/spacetravellers/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 LicenseThis project is [MIT](./MIT.md) licensed.