https://github.com/grandi0z/space_travelers_hub
Space Travelers is a web application that allows users to learn about and participate in space exploration. The application retrieves missions and rockets from SpaceX and allows users to join missions and reserve rockets. Users can also create their own profiles and track their progress as they work towards becoming space travelers.
https://github.com/grandi0z/space_travelers_hub
Last synced: 28 days ago
JSON representation
Space Travelers is a web application that allows users to learn about and participate in space exploration. The application retrieves missions and rockets from SpaceX and allows users to join missions and reserve rockets. Users can also create their own profiles and track their progress as they work towards becoming space travelers.
- Host: GitHub
- URL: https://github.com/grandi0z/space_travelers_hub
- Owner: Grandi0z
- License: mit
- Created: 2023-08-07T19:22:18.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-12T17:32:51.000Z (over 1 year ago)
- Last Synced: 2025-02-04T12:49:03.551Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 572 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Space Traveler's hub
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Space Traveler's hub ](#-space-travelers-hub-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)Space Travelers is a web application that allows users to learn about and participate in space exploration. The application retrieves missions and rockets from SpaceX and allows users to join missions and reserve rockets. Users can also create their own profiles and track their progress as they work towards becoming space travelers.
**Space Traveler's hub**
The following stacks were used
- **Browse the rockets and missions list**
- **Reserve Rocket**
- **Join mission**
### Prerequisites
In order to run this project you need to have a browser and of course a code editor
### Setup
Clone this repository to your desired folder, you can also set up HTML, CSS and JavaScript linters, for this you will need node installed. you can follow the steps [here](https://github.com/microverseinc/linters-config/tree/master/html-css) and [here](https://github.com/microverseinc/linters-config/tree/master/javascript) to setup the linters
### Install
Once you cloned this project you are done !
### Usage
To run the project follow these steps :
1. Install `Node.js` and `npm` on your computer (If you don't have them yet).
2. Open your terminal and navigate to the root directory of your project.
3. Run the command ```$npm start ``` in your terminal.
4. Your default browser should open automatically and display your React app
### Run tests
If you follow the tutorial above to setup linters then you can run these tests
```$
npx hint .
```
```$
npx stylelint "**/*.scss"
```
or if you use css then run this instead of the latter command above
```$
npx stylelint "**/*.{css,scss}"
```
### Deployment
You can deploy this project using: GitHub Pages
👤 **Ali Akbar Sazish**
- GitHub: [@rudicarrilloypr](https://github.com/akbarsazish)
- Twitter: [@AliAkbarSazish1](https://twitter.com/AliAkbarSazish1)
- LinkedIn: [Ali Akbar Sazish](linkedin.com/in/ali-akbar-sazish)
👤 **Joseph L Kausi**
- GitHub: [@Grandi0z](https://github.com/Grandi0z)
- Twitter: [@Joseph_LSK](https://twitter.com/Joseph_LSK)
- LinkedIn: [Joseph L Kausi](https://www.linkedin.com/in/joskal/)
- [ ] **Add local storage**
- [ ] **Add a login page for user**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Grandi0z/Space_travelers_hub/issues).
If you like this project you can follow me on github for more.
thanks to Microverse for providing the necessary resources.
- **Are the linters necessary?**
- It is a good practice to install and use them as they guide you towards best practice, but yes you can do without.
This project is [MIT](https://github.com/Grandi0z/Space_travelers_hub/blob/dev/LICENSE) licensed.