Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eccb7/space-travellers

"Space Travellers: Explore Rockets and Missions" is a Redux-powered web app that enables users to discover SpaceX rockets, join missions, and manage their selections in a personalized profile section. Built with React, it offers an immersive space exploration journey.
https://github.com/eccb7/space-travellers

reactjs redux redux-thunk redux-toolkit

Last synced: about 1 month ago
JSON representation

"Space Travellers: Explore Rockets and Missions" is a Redux-powered web app that enables users to discover SpaceX rockets, join missions, and manage their selections in a personalized profile section. Built with React, it offers an immersive space exploration journey.

Awesome Lists containing this project

README

        


logo


Space Travellers' 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Run tests](#run-tests)
- [Usage](#usage)
- [πŸ‘₯ Authors](#author)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– Space Travellers

Welcome to **Space Travellers' Hub**, a captivating Simple Page Application built with React and Redux, offering real-time data from the SpaceX API. Embark on an exciting journey of space exploration, where you can explore Rockets, Missions, and Dragons right at your fingertips.

## πŸ›  Built With

### Tech Stack

- **React.js**: Craft a dynamic and responsive user interface with the industry-leading React library.
- **Redux**: Elevate your state management with Redux for consistent and seamless data flow.
- **SpaceX API Integration**: Real-time data straight from the source for up-to-date space information.

(back to top)

### Key Features

1. **Intuitive Interface**: Immerse yourself in a user-friendly design that enhances your space exploration experience.
2. **Dynamic Data**: Seamlessly connect with the SpaceX API to access the latest data on Rockets, Missions, and Dragons.
3. **Reserve Rockets**: Secure your spot on upcoming missions with the click of a button.
4. **Personalized Profile**: Manage your reserved Rockets, Missions, and Dragons in the "My Profile" section.

(back to top)


LIVE DEMO

## πŸš€ Live Demo

- [Live Demo Link](https://space-travellers-wheat.vercel.app/)

(back to top)

## πŸ’» Getting Started
Get ready to explore the cosmos with these steps:

### Prerequisites

Ensure you have a web browser 🌐, Git πŸ™, and a code editor πŸ‘¨β€πŸ’».

### Setup

Use `git clone` to get your local copy of the project.

```bash
git clone https://github.com/Eccb7/space-travellers.git
```

### Install

Run `npm install` to set up the required packages.

```bash
npm install
```

### Run Tests

Track errors with the following command:

- Track CSS linter errors, run:
```bash
npx stylelint "**/*.{css,scss}" --fix
```
- Track JavaScript linter errors, run:
```bash
npx eslint "**/*.{js,jsx}" --fix
```

### Build

Launch the app with `npm start` and start your space journey!

```bash
npm start
```

(back to top)

## πŸ‘₯ Authors

Meet the developers behind Space Travellers' Hub:

- **Ojwang Briton**: [GitHub](https://github.com/Eccb7), [Twitter](https://twitter.com/briton_otieno4), [LinkedIn](https://linkedin.com/in/briton-otieno)
- **Nelly Telli**: [Twitter](https://twitter.com/nelly_telli), [LinkedIn](https://www.linkedin.com/in/nelly-t-330414266/)

(back to top)

## πŸ”­ Future Features
Stay tuned for exciting updates, including:
- **a mobile version**
- and **Dragons integration**!

(back to top)

## 🀝 Contributing

Your contributions can make a difference! Feel free to open an [issue](https://github.com/Eccb7/space-travellers/issues) for suggestions, ideas, or bug reports.

(back to top)

## ⭐️ Show your support

If you find Space Travellers' Hub valuable, consider supporting us by starring ⭐️ the project, forking 🍴 🎣, or sharing πŸ—ΊοΈ with others.

(back to top)

## πŸ™ Acknowledgments

We extend our gratitude to [Microverse](https://github.com/microverseinc), reviewers, and collaborators for their invaluable contributions.

(back to top)

## πŸ“ License

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

(back to top)