Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barakadanny/space-traveler
This is space traveler, a web application that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
https://github.com/barakadanny/space-traveler
api css javascript react reactjs
Last synced: about 8 hours ago
JSON representation
This is space traveler, a web application that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
- Host: GitHub
- URL: https://github.com/barakadanny/space-traveler
- Owner: barakadanny
- Created: 2022-09-26T07:59:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:52:43.000Z (about 2 years ago)
- Last Synced: 2024-05-17T15:35:43.410Z (6 months ago)
- Topics: api, css, javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space traveler
This is space traveler, a web application that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.
## Technologies Used
- React js
- React Router
- React Hooks
- React Context
- EsLint
- Prettier
- StyleLint
- Jsx
- CSS
- Jest
- React Testing Library### Getting started
To get a local copy up and running follow these simple example steps.
- Clone the project unto your local machine
- Open the project with your code editor
- Run `npm install` to install all the dependencies
- Run `npm start` to start the development server
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.NOTE: In case of any changes make sure to check for Linters Errors.
- Run `npx eslint .` For Eslint to check all possible JavaScript errors
- Run `npx stylelint "**/*.{css,scss}"` For Stylelint to check all possible CSS errors## Author
👤 **Baraka Danny (Me)**
- GitHub: [@barakadan](https://github.com/barakadanny)
- LinkedIn: [danny baraka](https://www.linkedin.com/in/danny-baraka-589156169/)👤 **Gordon Otieno**
- GitHub: [@GordonOtieno](https://github.com/GordonOtieno)
- LinkedIn: [Gordon Otieno](https://www.linkedin.com/in/gordon-otieno-612b98184/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/barakadanny/space-traveler/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./LICENSE) 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._