{"id":24434151,"url":"https://github.com/mukhammadrizooff/space-travel-react","last_synced_at":"2025-07-30T13:32:51.658Z","repository":{"id":104276417,"uuid":"477030371","full_name":"mukhammadrizooff/Space-Travel-React","owner":"mukhammadrizooff","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-02T11:09:28.000Z","size":4862,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T16:06:47.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mukhammadrizooff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-02T11:09:15.000Z","updated_at":"2022-05-29T07:31:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"30e84ed6-a3c5-4757-bc4a-c1fc8fa53307","html_url":"https://github.com/mukhammadrizooff/Space-Travel-React","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mukhammadrizooff/Space-Travel-React","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukhammadrizooff%2FSpace-Travel-React","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukhammadrizooff%2FSpace-Travel-React/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukhammadrizooff%2FSpace-Travel-React/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukhammadrizooff%2FSpace-Travel-React/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukhammadrizooff","download_url":"https://codeload.github.com/mukhammadrizooff/Space-Travel-React/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukhammadrizooff%2FSpace-Travel-React/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267875528,"owners_count":24158780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-20T16:55:02.878Z","updated_at":"2025-07-30T13:32:51.630Z","avatar_url":"https://github.com/mukhammadrizooff.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spaces Traveler's Hub\n\n![React](https://img.shields.io/badge/-React-61DAFB?logo=react\u0026logoColor=white\u0026style=for-the-badge)\n![Redux](https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge\u0026logo=redux\u0026logoColor=white)\n![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge\u0026logo=react-router\u0026logoColor=white)\n![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white)\n\n\u003e Web application that allows users to book rockets, dragons, and join selected space missions using data from the SpaceX API.\n\n![screenshot](Animation02.gif)\n\n## Live Demo\n\n[Heroku](https://react-space-travel.herokuapp.com/)\n[Github Pages](https://sumairq.github.io/space-travel-react/)\n\n## Table of Contents\n\n- [Spaces Traveler's Hub](#spaces-travelers-hub)\n  - [Live Demo](#live-demo)\n  - [Table of Contents](#table-of-contents)\n  - [Description](#description)\n  - [Built With](#built-with)\n  - [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n  - [Scripts](#scripts)\n    - [Start dev server](#start-dev-server)\n    - [Build for production](#build-for-production)\n  - [Connect With Us](#connect-with-us)\n  - [Show your support](#show-your-support)\n  - [Acknowledgments](#acknowledgments)\n  - [License](#license)\n\n## Description\n\nSpaces Travellers Hub is the React group project from the Microverse Curriculum. You can:\n\n- Add or cancel a rocket.\n- Add or cancel a mission.\n- Add or cancel a dragon.\n\n## Built With\n\n- [Create React App](https://create-react-app.dev/) Set up a modern web app by running one command.\n- [React Router](https://reactrouter.com/) A declarative library for building single page applications.\n- [Redux](https://redux-toolkit.js.org/) The official, opinionated, batteries-included toolset for efficient Redux development.\n- [React Bootstrap](https://react-bootstrap.github.io/) Build fast, responsive sites with Bootstrap.\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\n- Node Js\n- Code editor\n- Git \n\n### Setup\n\n1. Clone this project by typing in your terminal `https://github.com/sumairq/space-travel-react.git` .\n2. Go to the directory with `cd space-travel-react`\n3. Open you favorite code editor ( Vs Code user have to type `code .`)\n4. Type `npm i` to dowload all the depencies and enjoy!\n\n## Scripts\n\n### Start dev server\n\n- `npm start` open the browser at `http://localhost:3000`\n\n### Build for production\n\n- `npm run build`\n\n## Connect With Us\n\n👤 **Sam**\n\n Platform | Badge |\n --- | --- |\n **GitHub**  | [@sumairq](https://github.com/sumairq)\n **Twitter** | [@sumair_qaisar](https://twitter.com/sumair_qaisar)\n **LinkdIn** | [Sumair Qaisar Jadoon](https://www.linkedin.com/in/sumair-qaisar-jadoon-84a877164/)\n\n👤 **Mukhammad Rizo**\n\n Platform | Badge |\n --- | --- |\n **GitHub**  | [@mukhammadrizooff](https://github.com/mukhammadrizooff)\n **Twitter** | [@muhammadrizooff](https://twitter.com/Muhammadrizooff)\n **LinkedIn** | [Mukhammad Rizo Abdunazarov ](https://www.linkedin.com/in/mukhammadrizooff/)\n\n👤 **David**\n\nPlatform | Badge |\n --- | --- |\n **GitHub**  | [@david-david](https://github.com/david-lafontant)\n **Twitter** | [@manikatex](https://twitter.com/manikatex)\n **LinkedIn** | [David Lafontant](https://www.linkedin.com/in/david-lafontant/)\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\nThe ideas and inspiration from this project are coming from the following articles:\n\n- Microverse\n\n## License\n\nThis project is [MIT](MIT.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukhammadrizooff%2Fspace-travel-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukhammadrizooff%2Fspace-travel-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukhammadrizooff%2Fspace-travel-react/lists"}