{"id":17461123,"url":"https://github.com/kingsleyibe/ben-kings-react-project","last_synced_at":"2026-02-08T03:33:02.328Z","repository":{"id":39647690,"uuid":"451463845","full_name":"KingsleyIbe/ben-kings-react-project","owner":"KingsleyIbe","description":"Space Travelers' Hub is 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. Application data was fetched from the SpaceX API.","archived":false,"fork":false,"pushed_at":"2022-05-29T19:07:46.000Z","size":9309,"stargazers_count":1,"open_issues_count":25,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-08-02T02:05:19.894Z","etag":null,"topics":["api","javascript","jest","peer-to-peer","programming","reactjs","router","space","testing","travel"],"latest_commit_sha":null,"homepage":"https://github.com/KingsleyIbe/ben-kings-react-project","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/KingsleyIbe.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}},"created_at":"2022-01-24T12:55:05.000Z","updated_at":"2022-03-16T18:10:34.000Z","dependencies_parsed_at":"2022-08-28T10:01:38.849Z","dependency_job_id":null,"html_url":"https://github.com/KingsleyIbe/ben-kings-react-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KingsleyIbe/ben-kings-react-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingsleyIbe%2Fben-kings-react-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingsleyIbe%2Fben-kings-react-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingsleyIbe%2Fben-kings-react-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingsleyIbe%2Fben-kings-react-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KingsleyIbe","download_url":"https://codeload.github.com/KingsleyIbe/ben-kings-react-project/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KingsleyIbe%2Fben-kings-react-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29219273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T03:18:47.732Z","status":"ssl_error","status_checked_at":"2026-02-08T03:15:31.985Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","javascript","jest","peer-to-peer","programming","reactjs","router","space","testing","travel"],"created_at":"2024-10-18T06:42:25.805Z","updated_at":"2026-02-08T03:33:02.314Z","avatar_url":"https://github.com/KingsleyIbe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# SPACE TRAVELERS' HUB\n\n\u003eSpace Travelers' Hub is 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. Application data was fetched from the SpaceX API.\n\n## ADDITIONAL DESCRIPTION ABOUT THE APPLICATION\n\nThe Space Travelers' Hub consists of Rockets, Missions, and the My Profile section.\n\n### Rockets \nThe Rockets section displays a list of current rockets available for booking.\n\n![Rockets List](./src/assets/images/rocketsUnreserved.jpeg)\n![Reserved Missions List](./src/assets/images/rocketsReserved.jpeg)\n\n### Missions\n\nThe Missions section displays a list of current missions along with their brief description and participation status. There is also a button next to each mission that allows users to join the selected mission or leave the mission the user joined earlier.\n\n![Missions List](./src/assets/images/missions.jpeg)\n![Joined Missions List](./src/assets/images/missionsJoined.jpeg)\n\n\n### My Profile\n\nThe My Profile section displays all reserved rockets and space missions.\n\n![Profile List](./src/assets/images/myProfile.jpeg)\n\n## BUILT WITH\n\n-- Basic Language - JavaScript \n- Framework - React\n- Other technologies/tools: \n\n``` create-react-app\n    \u003e create-react-app\n    \u003e webpack for bundling files\n    \u003e Babel for code transpiling\n    \u003e Git for version control\n    \u003e Eslint for JavaScript linting\n    \u003e Stylelint for style linting\n    \u003e Jest for testing\n    \u003e Space-X API\n ```\n\n## Live Demo\n\n[Live Demo Link]( https://kingsleyibe.github.io/ben-kings-react-project/)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n1. Clone the repository using\n\n```\ngit clone https://github.com/KingsleyIbe/ben-kings-react-project.git\n```\n\n2. cd into the cloned repository\n\n```\ncd ben-kings-react-project\n```\n\n3. You now have the access to the files on your local machine!\n\n#### Optional steps\n\nInstall the node_modules/ folder to be able to locally run the linter commands. Run:\n\n```\nnpm install\n```\n\n\nTo check Stylelint linter errors run:\n\n```\nnpx stylelint \"**/*.scss\"\n```\n\nTo check ESLint errors run:\n\n```\nnpx eslint .\n```\n\n## Authors\n\n👤 **Author1**\n\n- GitHub: [@benjp009](https://github.com/benjp009)\n- Twitter: [@benjp009](https://twitter.com/benjp009)\n- LinkedIn: [benjaminpatin](https://www.linkedin.com/in/benjaminpatin/)\n\n👤 **Author2**\n\n- GitHub: [@Kingsleyibe](https://github.com/kingsleyibe)\n- Twitter: [@ibekingsley2](https://twitter.com/ibekingsley2)\n- LinkedIn: [Kingsley Ibe](https://www.linkedin.com/in/kingsley-ibe-5669a5134/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/KingsleyIbe/ben-kings-react-project/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingsleyibe%2Fben-kings-react-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingsleyibe%2Fben-kings-react-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingsleyibe%2Fben-kings-react-project/lists"}