Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssekpius/microverse-react-redux-group-project---space-travelers-hub
In this task, you will be working with the real live data from the SpaceX API. Your task is to build 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.
https://github.com/ssekpius/microverse-react-redux-group-project---space-travelers-hub
Last synced: 19 days ago
JSON representation
In this task, you will be working with the real live data from the SpaceX API. Your task is to build 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.
- Host: GitHub
- URL: https://github.com/ssekpius/microverse-react-redux-group-project---space-travelers-hub
- Owner: SSEKPIUS
- License: mit
- Created: 2023-01-05T07:51:24.000Z (almost 2 years ago)
- Default Branch: Dev
- Last Pushed: 2023-03-15T09:43:22.000Z (over 1 year ago)
- Last Synced: 2024-10-03T11:43:10.937Z (about 1 month ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Space Travelers' Hub\] ](#-space-travelers-hub-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)> In this task, we will be working with the real live data from the SpaceX API. our task is to build 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.
> React.js, Node.js
Client
> The webapp has the following key features
- **[Rockets and Dragons page]**
- **[Missions page]**
- **[My Profile page]**
>
- [Live Demo Link](https://#)
> In order to run this project you need:
- Node js installed on your computer
- Npm Node package manager
- Terminal
### Setup
Clone this repository to your desired folder:
> [email protected]:SSEKPIUS/Microverse-React-Redux-group-project---Space-Travelers-Hub.git
### Install
Install this project with:
```sh
cd my-project
npm install or npm i
```
-
### Usage
To run the project, execute the following command:
```sh
npm run build
```
### Run tests
To run tests, run the following command:
```sh
npm test or jest test
```
> Collaborators in this project.
👤 **Authors**
1. Ssekweyama Pius
- GitHub: [@githubhandle](https://github.com/SSEKPIUS)
2. Gulalai Ahmadi
- GitHub: [@githubhandle](https://github.com/AhmadiGu)
3. Christian Kiyong
- GitHub: [@githubhandle](https://github.com/krisbobo)
> Future features we will add to the project.
- [ ] **[Enhance the My Profile section]**
- [ ] **[Enhance the My Profile section by adding the "Cancel reservation" and "Leave Mission"]**
- [ ] **[Enhance the My Profile section by adding the "Read more"]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> We encourage you to support this project
> Credit to everyone who inspired this codebase.
I would like to thank Microverse student team for the resources availed.
> Questions new developers would ask when they decide to use this project.
- **What is front-end, HTML, CSS and JavaScript**
- The front end refers to the parts of the application that users (also known as "clients") interact with directly
- As a front-end dev, you'll implement these tasks primarily using HTML to define the structure of web pages, CSS to add styling, and JavaScript to add interactivity.
- **What is back-end and Full stack**
- The back end refers to the parts of the application that run behind the scenes and aren't presented directly to the user/client.
- The back end typically includes a web server which handles HTTP connections received from the front-end client (usually a web browser)
- Full stack simply includes both the front end AND back end!
This project is [MIT](./LICENSE) licensed.