{"id":15592272,"url":"https://github.com/trast00/spacex-group-project","last_synced_at":"2025-04-24T05:38:10.715Z","repository":{"id":67839878,"uuid":"595036949","full_name":"Trast00/SpaceX-Group-Project","owner":"Trast00","description":"Space X project is a group react-redux project that use space x API to display a list of rockets and mission. Rocket can be reserved and mission can joined. Users can access the personal list the profile section.","archived":false,"fork":false,"pushed_at":"2023-02-02T12:32:34.000Z","size":2311,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-04-24T05:38:00.346Z","etag":null,"topics":["api","javascript","react-redux","reactjs","redux","redux-toolkit","reduxtoolkit","spacex-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Trast00.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-01-30T09:06:41.000Z","updated_at":"2023-08-31T08:16:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"848e35be-8bcc-4974-b9ff-05b95c58c67f","html_url":"https://github.com/Trast00/SpaceX-Group-Project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trast00%2FSpaceX-Group-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trast00%2FSpaceX-Group-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trast00%2FSpaceX-Group-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Trast00%2FSpaceX-Group-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Trast00","download_url":"https://codeload.github.com/Trast00/SpaceX-Group-Project/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250573274,"owners_count":21452335,"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","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":["api","javascript","react-redux","reactjs","redux","redux-toolkit","reduxtoolkit","spacex-api"],"created_at":"2024-10-03T00:00:27.500Z","updated_at":"2025-04-24T05:38:10.668Z","avatar_url":"https://github.com/Trast00.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 Space X project ](#-space-x-project-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [🚀 Live Demo ](#-live-demo-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Setup](#setup)\n    - [Install](#install)\n    - [Usage](#usage)\n  - [👥 Authors ](#-authors-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [📝 License ](#-license-)\n\n# 📖 Space X project \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Space X project** is a group react-redux project that use space x API to display a list of rockets and mission. Rocket can be reserved and mission can joined. Users can access the personal list the profile section.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://reactjs.org/\"\u003eReact.js\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Fetch data from SPACE X API**\n- **Add (or remove) Rocket/Mission**\n- **Redux Store**\n- **React Router**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- [Live Demo](https://space-travelers-hub-64gl.onrender.com/)\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone git@github.com:myaccount/my-project.git\n```\n\n### Install\n\nInstall this project with:\n\n```sh\n  cd my-project\n  npm install\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n```sh\n  npm run build\n  npm start\n```\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Dicko Allasane**\n\n- GitHub: [Trast00](https://github.com/Trast00)\n- Twitter: [dicko allassane](https://twitter.com/AllassaneDicko0/)\n- LinkedIn: [dicko allassane](https://www.linkedin.com/in/allassane-dicko-744aaa224)\n\n👤 **Hassaan Baig**\n\n- GitHub: [Hassaanjbaig-code](https://github.com/Hassaanjbaig-code/)\n- LinkedIn: [hassaan baig](https://www.linkedin.com/in/hassaan-baig-855788241/)\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Trast00/SpaceX-Group-Project/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a ⭐️ if you like this project! It's help a lot\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrast00%2Fspacex-group-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrast00%2Fspacex-group-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrast00%2Fspacex-group-project/lists"}