{"id":21186700,"url":"https://github.com/emmanuelaaron/spaceships","last_synced_at":"2025-08-19T02:32:56.824Z","repository":{"id":46483749,"uuid":"413469836","full_name":"Emmanuelaaron/spaceships","owner":"Emmanuelaaron","description":"This is a  web application that provides commercial and scientific space travel services. The application will allow users to book rockets and join selected space missions.","archived":false,"fork":false,"pushed_at":"2021-10-08T19:15:26.000Z","size":3360,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2024-12-03T20:44:00.321Z","etag":null,"topics":["javascript","react","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Emmanuelaaron.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}},"created_at":"2021-10-04T15:01:09.000Z","updated_at":"2021-12-21T16:24:15.000Z","dependencies_parsed_at":"2022-09-22T12:51:26.822Z","dependency_job_id":null,"html_url":"https://github.com/Emmanuelaaron/spaceships","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/Emmanuelaaron%2Fspaceships","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmanuelaaron%2Fspaceships/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmanuelaaron%2Fspaceships/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmanuelaaron%2Fspaceships/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Emmanuelaaron","download_url":"https://codeload.github.com/Emmanuelaaron/spaceships/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230143618,"owners_count":18180024,"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":["javascript","react","reactjs"],"created_at":"2024-11-20T18:25:25.821Z","updated_at":"2024-12-18T17:00:02.562Z","avatar_url":"https://github.com/Emmanuelaaron.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.microverse.org/\"\u003e\n    \u003cimg alt=\"Microverse\" src=\"https://img.shields.io/badge/-Microverse-blueviolet?style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/Emmanuelaaron/spaceships\"\u003e\n    \u003cimg alt=\"GitHub last commit (branch)\" src=\"https://img.shields.io/github/last-commit/Emmanuelaaron/spaceships/dev?color=blue\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/Emmanuelaaron/spaceships\"\u003e\n    \u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/Emmanuelaaron/spaceships?color=cyan\u0026label=%E2%98%85%20stars%20\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n# Space Ships\n\n## About\n\nIn this task, we worked with the real live data from the SpaceX API. Our task was to build a web application for a company that provides commercial and scientific space travel services. The application allows users to book rockets, dragons and join selected space missions.\n\nBelow, we showcase screenshots of the app.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg style=\"border: 1px solid black;\" src=\"./docs/Screenshot1.png\" width=\"700\" alt=\"Rockets page\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg style=\"border: 1px solid black;\" src=\"./docs/Screenshot2.png\" width=\"700\" alt=\"Missions page\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg style=\"border: 1px solid black;\" src=\"./docs/Screenshot3.png\" width=\"700\" alt=\"Dragons page\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg style=\"border: 1px solid black;\" src=\"./docs/Screenshot4.png\" width=\"700\"  alt=\"My Profile page\"\u003e\n\u003c/p\u003e\n\n## Built With\n\n- HTML, CSS, JavaScript;\n- ReactJS, Redux;\n- VisualStudio Code, Git, \u0026 GitHub;\n\n## Pre-requisites\n\n- NodeJs (v. 14.17)\n- YarnJs (v. 1.22.10)\n- Git\n\n## Live Demo\n\nLive demo for this project can be found in this [link](https://spaceships-emma-enio-mario.netlify.app/).\n\n## Getting Started\n\nTo run this project, you only need a computer with internet connection and a browser installed, and follow these steps:\n\n\n1. In your terminal, in the folder of your preference, type the following bash command to clone this repository:\n\n```sh\ngit clone git@github.com:Emmanuelaaron/spaceships.git\n```\n\n2. Now that you have already cloned the repo run the following commands to get the project up and running:\n```sh\ncd spaceships\nyarn\nyarn start\n```\nThis should start your local server in [http://localhost:3000/](http://localhost:3000/). To stop it, hit `\u003cCTRL\u003e + C` on your keyboard.\n## Run tests\n\nTo test the App's components and logic, please, run the following command:\n\n```sh\nyarn test --watchAll\n```\nWhen the tests are finished, just hit `q` key to leave the watch mode for the tests.\n\n## Author\n\n👤 **Mario Alberto Rodriguez Cota**\n\n- GitHub: [@mariordgez](https://github.com/mariordgez)\n- Twitter: [@MarioRo75396624](https://twitter.com/MarioRo75396624)\n- LinkedIn: [LinkedIn](https://linkedin.com/in/mario-alberto-rodriguez-cota-a2860a205)\n\n\n👤 **Ênio Neves de Souza**\n\n- GitHub: [@enionsouza](https://github.com/enionsouza)\n- Twitter: [@enionsouza](https://twitter.com/enionsouza)\n- LinkedIn: [Enio Neves de Souza](https://www.linkedin.com/in/enio-neves-de-souza/)\n\n👤 **Emmanuel Isabirye**\n\n- Github: [@EmmanuelAaron](https://github.com/Emmanuelaaron)\n- Twitter: [@EmmanuelAaron](https://twitter.com/EmmanuelIsabir1)\n- LinkedIn: [@EmmanuelAaron](https://www.linkedin.com/in/fullstackwebdev-emma/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Emmanuelaaron/spaceships/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmanuelaaron%2Fspaceships","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmanuelaaron%2Fspaceships","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmanuelaaron%2Fspaceships/lists"}