Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eccb7/space-travellers
- Owner: Eccb7
- License: mit
- Created: 2023-08-07T07:50:12.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-10T16:14:09.000Z (over 1 year ago)
- Last Synced: 2024-10-19T12:05:03.700Z (3 months ago)
- Topics: reactjs, redux, redux-thunk, redux-toolkit
- Language: JavaScript
- Homepage: https://space-travellers-wheat.vercel.app
- Size: 905 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)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.
- **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.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.
LIVE DEMO- [Live Demo Link](https://space-travellers-wheat.vercel.app/)
## π» Getting Started
Get ready to explore the cosmos with these steps:Ensure you have a web browser π, Git π, and a code editor π¨βπ».
Use `git clone` to get your local copy of the project.
```bash
git clone https://github.com/Eccb7/space-travellers.git
```Run `npm install` to set up the required packages.
```bash
npm install
```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
```Launch the app with `npm start` and start your space journey!
```bash
npm start
```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/)## π Future Features
Stay tuned for exciting updates, including:
- **a mobile version**
- and **Dragons integration**!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.
If you find Space Travellers' Hub valuable, consider supporting us by starring βοΈ the project, forking π΄ π£, or sharing πΊοΈ with others.
We extend our gratitude to [Microverse](https://github.com/microverseinc), reviewers, and collaborators for their invaluable contributions.
This project is [MIT](./LICENSE) licensed.