Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alejandroq12/react-group-project

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.
https://github.com/alejandroq12/react-group-project

axios javascript jest-tests reactjs redux redux-toolkit testing-library tests

Last synced: 8 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Space Travelers' Hub


logo


Space Travelers' Hub

# 📗 Table of Contents

- [Space Travelers' Hub](#space-travelers-hub)
- [📗 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-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment ](#deployment-)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖Space Travelers' Hub

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.

## 🛠 Built With
HTML,
CSS,
JavaScript,
React.js,
Redux Toolkit,

### Tech Stack

Client

Package Manager

Linters

### Key Features

- **use of React Router for navigation**
- **State management with Redux Toolkit**
- **API integration.**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://spacex-iq7v.onrender.com/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- A web browser to view output e.g [Google Chrome](https://www.google.com/chrome/).
- An IDE e.g [Visual studio code](https://code.visualstudio.com/).
- `node` should be installed in your local machine, [node website](https://nodejs.org/en/download/).
- Install the `npm` package manager use this [to install both node and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
- [A terminal](https://code.visualstudio.com/docs/terminal/basics).

### Setup

Clone this repository to your desired folder or download the Zip folder:

```
https://github.com/Alejandroq12/react-group-project.git

```

- Navigate to the location of the folder in your machine:

**``you@your-Pc-name:~$ cd react-group-project``**

### Install

To install all dependencies, run:

```
npm install
```

### Usage

To run the project, follow these instructions:

- After Cloning this repo to your local machine.
- You must use `npm start` command in terminal to run this at the localhost.

### Run tests

To run tests, run the following command:

- Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
- Track JavaScript linter errors run:
```
npx eslint "**/*.{js,jsx}"
```
- Jest tests
```
npm test
```

### Deployment

You can deploy this project using: Render,
- We used Render to deploy my website.
- For more information about deployment on Netlify see "[Render](https://www.render.com/)".

(back to top)

## 👥 Author

👤 **Julio Quezada**

- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)

👤 **Tisloh Tebe**

- GitHub: [Booze33](https://github.com/Booze33)
- Twitter: [Tebe](https://twitter.com/Tebe95645832)
- LinkedIn: [Tisloh Tebe](https://www.linkedin.com/in/tebe-tisloh-847956225/)

(back to top)

## 🔭 Future Features

- [ ] **We will implement more pages**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project give me a star ⭐️

(back to top)

## 🙏 Acknowledgments

We want to thank all my colleagues that share knowledge with and inspired us to improve each day.

(back to top)

## ❓ FAQ

- **Did you created this project from zero?**

- Of course, as if it were a real life job scenario.

(back to top)

## 📝 License

This project is [LICENSE](./LICENSE) licensed.

(back to top)