Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estete9/space-travel
It's a page that consumes the SpaceX API in order to show a list of rockets and missions. It is a simulation of a page where users can reserve rockets and missions to outer space.
https://github.com/estete9/space-travel
Last synced: about 1 month ago
JSON representation
It's a page that consumes the SpaceX API in order to show a list of rockets and missions. It is a simulation of a page where users can reserve rockets and missions to outer space.
- Host: GitHub
- URL: https://github.com/estete9/space-travel
- Owner: Estete9
- License: mit
- Created: 2023-10-10T16:48:01.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-14T18:46:22.000Z (over 1 year ago)
- Last Synced: 2024-12-21T04:23:38.533Z (about 2 months ago)
- Language: JavaScript
- Size: 754 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Space-travel
---
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)---
**Space-Travel** In this task, we will be working with the real live data from the SpaceX API. we 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.
#### Learning objectives
- Use React documentation
- Use React components.
- Use React props.
- Use React state.
- Use React routes.
- Connect React and Redux.
- Handle events in a React app.
- Write unit tests with React Testing Library.
- Use styles in a React app.
- Use React hooks.
- Apply React best practices and language style guides in code.
- Use store, actions and reducers in React.
- Perform a code review for a team member.---
---
- **Add Redux Toolkit (npm install react-redux @reduxjs/toolkit).**
- **Create a directory that will contain all your Redux logic (/src/redux)**
- **Configure a Redux store (/src/redux/store.js)**
- **Gitflow**
> To get a local copy up and running, follow these steps.
> This project requires Node.js and npm installed on your machine.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
Example commands:
```bash
cd space-travel
git clone https://github.com/Estete9/space-travel.git
```
### Install
Install this project's dependencies with:
- npm install
### Usage
To run the project, execute the following command:
```bash
npm run 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.
### Run tests
```bash
npm test
```
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
---
👤 **Maximo Ortelli**
- GitHub: [@maximoortelli](https://github.com/maximoortelli)
- LinkedIn: [Maximo Ortelli](https://www.linkedin.com/in/maximo-ortelli-rueda-265228203/)
👤 **Esteban Palacios**
- GitHub: [@Estete9](https://github.com/Estete9)
- Twitter: [@NaughTban](https://twitter.com/NaughTban)
- LinkedIn: [Esteban Palacios](https://www.linkedin.com/in/esteban-palacios-5030a772/)
---
- [x] **Improve the Space-Travel page**
---
Contributions, issues, and feature requests are welcome!
---
Give a ⭐ if you liked this project!
---
I thank Microverse for this fantastic opportunity.
---
This project is [MIT](./LICENSE) licensed.
---