Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostesso/spacetravelershub
Space Travelers' Hub is 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/ghostesso/spacetravelershub
bootstrap css react redux redux-toolkit
Last synced: about 1 month ago
JSON representation
Space Travelers' Hub is 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/ghostesso/spacetravelershub
- Owner: GhostEsso
- License: other
- Created: 2023-08-27T15:47:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T20:41:13.000Z (about 1 year ago)
- Last Synced: 2024-12-29T02:40:54.605Z (about 2 months ago)
- Topics: bootstrap, css, react, redux, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 1.58 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Space Travelers' Hub
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run Linters](#run-linters)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# 📖 A Space Travelers' Hub project built with React
A Space Travelers' Hub Porject developed with React, gitflow, githubflow, and Bootstrap. In addition, we added Linters for Css and Javascript.
1-HTML
2-CSS
3-BOOTSTRAP
4-JS
5-ReactClient
- Add React and booststrap.
- Add Redux-toolkit.
- Add Rocket Page.
- Add Mission Page.
- Add RocketSlice.js.
- Add MissionSlice.js.
- Add MissionSlice.js.
- Add Fetch Rocket data from server.
- Add Fetch Mission data from server.
- Add Linters.
[Live Demo Link](https://space-travelers-qg24.onrender.com/)
### Prerequisites
1-Web Browser
2-Code Editor
3-Git
### Setup
Clone this repository to your desired folder:
Run this Command:
```sh
cd my-folder
git clone https://github.com/GhostEsso/SpaceTravelersHub
```
### Install
First you need to install the node package files
Run this command:
```sh
cd SpaceTravelersHub
npm install
```
### Usage
- In order to use this project you either create branch to add more features.
- But in order to run the project run npm start
- Run npm run build when you're done.
### Run Linters
I have added the linters or tests in order to avoid anykind of typos and ensure the good practices in this project. So while using this repository if you need to check your work in html and css you can use below commands
- in order to run the linter test on index.html:
```sh
npx stylelint "**/*.{css,scss}"
```
```sh
npx eslint "**/*.{js,jsx}"
```
### Deployment
- You can easily use github pages, netlify or vercel to deploy your project
Useful link about Github Pages
Step by Step guide to deploy using netlify
Step by Step guide to deploy using vercel
👤 Sodeeq Awoyemi
- GitHub: [@githubhandle](https://github.com/Errytagedesign)
- Twitter: [@twitterhandle](https://twitter.com/errytage)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/errytagedesigns/)
👤 **Essohanam TAMBANA**
- GitHub: [@GhostEsso](https://github.com/GhostEsso)
- Twitter: [@TambanaEssohanam](https://twitter.com/TambanaEssohana)
- LinkedIn: [@TambanaEssohanam](https://www.linkedin.com/in/essohanam-tambana-62aa081a1/)
- [ ] Add Profile page
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project just give it a star -
I would like to thank Microverse.
This project is [MIT](./LICENSE) licensed.