{"id":18879236,"url":"https://github.com/iamskok/star-wars-react","last_synced_at":"2026-04-12T13:11:00.492Z","repository":{"id":55151876,"uuid":"265747862","full_name":"iamskok/star-wars-react","owner":"iamskok","description":"React app that compares 2 Star Wars characters' residences","archived":false,"fork":false,"pushed_at":"2021-04-26T15:59:52.000Z","size":179,"stargazers_count":0,"open_issues_count":20,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T02:43:41.499Z","etag":null,"topics":["babel","browserlist","eslint","netlify","prettier","react","renovate","styled-components","stylelint","webpack","yarn"],"latest_commit_sha":null,"homepage":"https://star-wars-react.netlify.app","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/iamskok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-21T03:43:19.000Z","updated_at":"2020-09-07T02:06:36.000Z","dependencies_parsed_at":"2022-08-14T13:31:46.617Z","dependency_job_id":null,"html_url":"https://github.com/iamskok/star-wars-react","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/iamskok%2Fstar-wars-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamskok%2Fstar-wars-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamskok%2Fstar-wars-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamskok%2Fstar-wars-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamskok","download_url":"https://codeload.github.com/iamskok/star-wars-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239841744,"owners_count":19705981,"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":["babel","browserlist","eslint","netlify","prettier","react","renovate","styled-components","stylelint","webpack","yarn"],"created_at":"2024-11-08T06:34:37.150Z","updated_at":"2026-02-19T23:30:17.776Z","avatar_url":"https://github.com/iamskok.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://star-wars-react.netlify.app\"\u003e\n  \u003ch1 align=\"center\"\u003e✨Star Wars💫\u003c/h1\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://app.netlify.com/sites/star-wars-react/deploys\"\u003e\n    \u003cimg src=\"https://api.netlify.com/api/v1/badges/f9dd8961-346f-4a3c-aaec-c42c9c463820/deploy-status\" alt=\"Netlify Status\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\nThis project requires: \n\n  1. [Node.js](https://nodejs.org/en/download/) `^14.0.0`.\n  2. [Yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable) `^1.22.4`.\n\n```bash\nyarn \u0026\u0026 yarn start\n```\n\nThis command will install all required dependencies, start `webpack-dev-server` and automatically open new tab on [http://localhost:8080/](http://localhost:8080/) in your browser.\n\n## Scripts\n\nName | Description\n---|---\n`start` | start dev server\n`build` | build production bundle\n`format:styles` | format styles with Stylelint\n`lint:js` | lint JavaScript for code quality issues with ESLint\n`format:js` | format JavaScript with Prettier\n`precommit` | run all linters and formatters with a single command\n\n## Project requirements\n\nCreate React app compiled with Webpack that compares 2 characters' residences and declares if they ever lived/seen together, using the public [Star Wars API](https://swapi.dev/api/).\n\nThe criteria is as follows:\n\n* If they have shared a planet, starship or vehicle before.\n* If so, state the characters' names and movie(s) where that occurred (i.e. Luke Skywalker and Han Solo were seen together in The Empire Strikes Back).\n* The list can go as long as it needs to.\n* Use 2 select boxes for the user to pick any character that is available from the API.\n* Cool transitions.\n\n## Resources\n\n* [The Star Wars API](https://swapi.dev/) all the Star Wars data you've ever wanted.\n* [React](https://reactjs.org/docs/getting-started.html) is a JavaScript library for building user interfaces.\n* [Styled Components](https://styled-components.com/docs) is a CSS-in-JS library.\n* [Webpack](https://webpack.js.org/concepts) is a static module bundler for modern JavaScript applications.\n* [Babel](https://babeljs.io/docs/en/) is a JavaScript compiler.\n* [ESLint](https://eslint.org/docs/user-guide/getting-started) is a pluggable and configurable linter tool for identifying and reporting on code quality issues in JavaScript.\n* [Prettier](https://prettier.io/docs/en/install.html) is an opinionated code formatter for JavaScript and other languages.\n* [Stylelint](https://stylelint.io) is a mighty, modern linter that helps you avoid errors and enforce conventions in your styles.\n* [Netlify](https://docs.netlify.com) is a web hosting infrastructure and automation platform.\n* [Yarn](https://yarnpkg.com/) is a fast, reliable, and secure dependency management.\n* [Renovate](https://github.com/renovatebot/renovate) is an automated dependency updates tool.\n* [Browserlist](https://github.com/browserslist/browserslist) is a tool for sharing target browsers between different front-end tools.\n* [use-sound](https://github.com/joshwcomeau/use-sound) a React Hook for Sound Effects.\n* [react-select](https://github.com/JedWatson/react-select) The Select control for React.\n\n## Lighthouse\n\n![Lighthouse results https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fstar-wars-react.netlify.app](https://i.imgur.com/HBN9HfU.png \"Lighthouse\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamskok%2Fstar-wars-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamskok%2Fstar-wars-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamskok%2Fstar-wars-react/lists"}