https://github.com/victorokoroji/space-travellers-hub
Space Travelers' Hub is a web application made for a company that provides commercial and scientific space travel services. The application allows users (future clients) to book rockets and join selected space missions.
https://github.com/victorokoroji/space-travellers-hub
css3 react redux
Last synced: 2 months ago
JSON representation
Space Travelers' Hub is a web application made for a company that provides commercial and scientific space travel services. The application allows users (future clients) to book rockets and join selected space missions.
- Host: GitHub
- URL: https://github.com/victorokoroji/space-travellers-hub
- Owner: victorokoroji
- Created: 2022-04-11T12:08:51.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-22T11:12:11.000Z (over 2 years ago)
- Last Synced: 2025-04-10T00:56:48.350Z (2 months ago)
- Topics: css3, react, redux
- Language: JavaScript
- Homepage: https://space-travellers-booking.netlify.app/
- Size: 22.1 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Space-Travellers-Hub
Space Travelers' Hub is a web application made for a company that provides commercial and scientific space travel services. The application allows users (future clients) to book rockets and join selected space missions.
Our goal here is to Build a single page web application for Space Travelers' Hub webs using the React library, Click [here](https://space-travellers-booking.netlify.app/) to get a live preview of the project.
## Built With
- React (A free and open-source front-end JavaScript library for building user interfaces based on UI components)
- Stylelint (A mighty, modern linter that helps you avoid errors and enforce conventions in your styles).
- ESlint (A mighty, modern linter that helps you avoid errors and enforce conventions in JavaScript codes)
- Redux
- GitFlow.
- NPM.### Prerequisites
The basic requirements for building the executable are:- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
- VSCode or any other equivalent code editor
- Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)# Getting Started
#### Cloning the project
```
git clone https://github.com/vickymarz/space-travellers-hub.git
```
## Getting packages and dependencies
To get all package modules required to build the project run:
```
npm install
```
every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.## Building
To build the project run:
```
npm run build
```
after you run this sucessfully you'd locate the build from in the ```build``` folder located from the parent directory of the project.## Running
To run the program on a browser through a server run this command in your cli
```
npm start
```
This should open the page in your localhost on port 3000. then you'd be able to view the built page generated using webpack.## 🤝 Contributing
Feel free to check the [issues page](../../issues/).
## Authors
👤 **Victor Okoroji**
- GitHub: [@githubhandle](https://github.com/vickymarz)
- Twitter: [@twitterhandle](https://twitter.com/Vicky_marz)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/victorebubeokoroji/)👤 **Abenezer Tilahun**
- GitHub: [@githubhandle](https://github.com/Abenezer-Tilahun)
- Twitter: [@twitterhandle](https://twitter.com/AbenezerTilah11)
- LinkedIn: [LinkedIn](linkedin.com/in/abenezer-tilahun-4b4b43137)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.