https://github.com/microverse-fullstack-program/space-travelers-hub
Space Travelers' Hub is a SPA which provides users to reserve specific rockets and dragons with a mission which is fetched from external APIs. It also displays the selected services on the Profile page.
https://github.com/microverse-fullstack-program/space-travelers-hub
babel-webpack css3 eslintrc html-css-javascript html5 javascript javascript-es6 javascript-vanilla linters react-components react-hooks react-redux react-router react-router-dom reactjs styelint webpack
Last synced: 2 months ago
JSON representation
Space Travelers' Hub is a SPA which provides users to reserve specific rockets and dragons with a mission which is fetched from external APIs. It also displays the selected services on the Profile page.
- Host: GitHub
- URL: https://github.com/microverse-fullstack-program/space-travelers-hub
- Owner: Microverse-Fullstack-Program
- License: mit
- Created: 2023-02-19T21:53:41.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-26T04:25:28.000Z (about 3 years ago)
- Last Synced: 2025-03-01T03:42:47.752Z (about 1 year ago)
- Topics: babel-webpack, css3, eslintrc, html-css-javascript, html5, javascript, javascript-es6, javascript-vanilla, linters, react-components, react-hooks, react-redux, react-router, react-router-dom, reactjs, styelint, webpack
- Language: JavaScript
- Homepage:
- Size: 790 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Space Traveler's 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 tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
> **Space Traveler's Hub** is a web application for a company that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions. The Space Travelers' Hub consists of Rockets, Missions, and the My Profile section.
> - **Rockets /Dragons Section** - this section displays a list of all available SpaceX rockets. Users can book each rocket by clicking the reservation button or cancel the previously made booking. The same layout is used to form the Dragons section [added only if your team has 3 members].
> - **Missions Section** - this section displays a list of current missions along with their brief description and participation status. There is also a button next to each mission that allows users to join the selected mission or leave the mission the user joined earlier.
> - **My Profile Section** - The My Profile section displays all reserved rockets and space missions.
Building this application will allow to learn how to use React and Redux in the context of a real application and get hand exprience on front-end development.
## 🛠 Built With
- HTML5 & CSS3
- JavaScript
- ReactJS
- Redux
> - VS Editor
> - GitHub and Gitflow
> - JavaScript ES6 Module
> - ReactJS
> - Redux
> - Web Pack
> - Jest Test
> - React Testing Library
> The key features of this website include.
> - **Interactive**
> - **Virtual DOM**
> - **Use JSX**
> - **API enabled**
- [Live Demo Link](#)
> To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need to install the following packages/modules
> - npm
> - node.js
> - webpack
> - React-redux
> - linter modules
### Setup
Clone this repository to your desired folder:
0. Install git if not already installed
1. Use VScode: open terminal in VScode
2. Navigate to the directory where you want clone the copy of this repository
3. Create new directory [optional]
4. Clone the repo using the below command
> git clone https://github.com/Microverse-Fullstack-Program/space-travelers-hub.git
5. Alternatively, you can download the zip file of your project by clicking on the Code button on the right side of your project page and clicking on Download ZIP
## Install and Run
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### Usage
This project can be used to learn and practice basics of React.js. Specifically;
* React components.
* React Events.
* React hooks.
* React-redux.
* React testing library
> #### Getting Started with Create React App
> - This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
> The collaborators of this project.
👤 **Chere Lemma**
- GitHub: [@githubhandle](https://github.com/cherelemma)
- Twitter: [@twitterhandle](https://twitter.com/Chere21271613)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chere-lemma27211613)
## 🔭 Future Features
- [ ] Improve the UI/UX features
- [ ] Enhance the My Profile section
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Microverse-Fullstack-Program/space-travelers-hub/issues).
Give a ⭐️ if you like this project!
> I would like to thank [Microverseinc](https://github.com/microverseinc) for.
* [Readme-template](https://github.com/microverseinc/readme-template)
* [Linter for React & Redux](https://github.com/microverseinc/linters-config)
* [SpaceX API](https://api.spacexdata.com)
This project is [MIT](./LICENSE) licensed.