{"id":20596336,"url":"https://github.com/filipe1309/ud-react-redux","last_synced_at":"2026-04-12T09:40:31.164Z","repository":{"id":200866328,"uuid":"654788141","full_name":"filipe1309/ud-react-redux","owner":"filipe1309","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-14T16:38:00.000Z","size":1924,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-21T23:51:11.424Z","etag":null,"topics":["bulma","react","redux"],"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/filipe1309.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}},"created_at":"2023-06-17T00:57:44.000Z","updated_at":"2023-10-17T22:13:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"44ab1738-9f43-4fbe-8194-237fae469396","html_url":"https://github.com/filipe1309/ud-react-redux","commit_stats":null,"previous_names":["filipe1309/ud-react-redux"],"tags_count":0,"template":false,"template_full_name":"filipe1309/shubcogen-template","purl":"pkg:github/filipe1309/ud-react-redux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipe1309%2Fud-react-redux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipe1309%2Fud-react-redux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipe1309%2Fud-react-redux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipe1309%2Fud-react-redux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filipe1309","download_url":"https://codeload.github.com/filipe1309/ud-react-redux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filipe1309%2Fud-react-redux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31710792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"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":["bulma","react","redux"],"created_at":"2024-11-16T08:16:40.313Z","updated_at":"2026-04-12T09:40:31.145Z","avatar_url":"https://github.com/filipe1309.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# \u003cp align=\"center\"\u003eUD React Redux\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Code-React-informational?style=flat-square\u0026logo=react\u0026color=61DAFB\" alt=\"React\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Code-Redux-informational?style=flat-square\u0026logo=redux\u0026color=764ABC\" alt=\"Redux\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Code-Node.js-informational?style=flat-square\u0026logo=node.js\u0026color=339933\" alt=\"Node.js\" /\u003e\n\u003c/p\u003e\n\n## 💬 About\n\nThis project was developed following Udemy's \"[Modern React with Redux](https://www.udemy.com/course/react-redux/)\" class.\n\n## :computer: Technologies\n\n- [React](https://reactjs.org/)\n- [Create React App](https://create-react-app.dev/)\n- [Redux](https://redux.js.org/)\n- [Node.js](https://nodejs.org/en/)\n- [Bulma](https://bulma.io/)\n- [JSON Server](https://www.npmjs.com/package/json-server)\n\n## :scroll: Requirements\n\n- [Node.js](https://nodejs.org/en/)\n- [NPM](https://www.npmjs.com/) or [Yarn](https://yarnpkg.com/)\n\n## :cd: Installation\n\n```sh\ngit clone git@github.com:filipe1309/ud-react-redux.git\n```\n\n```sh\ncd ud-react-redux\n```\n\n```sh\nnpm install\n```\n\n## :runner: Running\n\n\n### With Makefile\n\n```sh\nmake run section=SECTION_NUMBER\n```\n\u003e Example: `make run section=03`\n\u003e Access http://localhost:3000\n\n### Manually\n\nEnter the section folder:\n```sh\ncd section-SECTION_NUMBER\n```\n\nEnter the app folder:\n```sh\ncd app\n```\n\nMain application:\n```sh\nnpm start\n```\n\u003e Access http://localhost:3000\n\nJSON Server API (sections 7, 8 \u0026\u0026 9):\n```sh\nnpm run server\n```\n\u003e Access http://localhost:3001\n\n\u003c!-- ## :white_check_mark: Tests\n\nAfter up the container:\n\n```sh\ndocker-compose exec -t {{ CONTAINER_SERVICE_NAME }} ./vendor/bin/phpunit\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate. --\u003e\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## About Me\n\n\u003cp align=\"center\"\u003e\n    \u003ca style=\"font-weight: bold\" href=\"https://github.com/filipe1309/\"\u003e\n    \u003cimg style=\"border-radius:50%\" width=\"100px; \"src=\"https://github.com/filipe1309.png\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n    Done with\u0026nbsp;\u0026nbsp;:heart:\u0026nbsp;\u0026nbsp;by \u003ca style=\"font-weight: bold\" href=\"https://github.com/filipe1309/\"\u003eFilipe Leuch Bonfim\u003c/a\u003e 🖖\n\u003c/p\u003e\n\n---\n\n\u003e @ Generated with [ShubcoGen Template™](https://github.com/filipe1309/shubcogen-template)   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipe1309%2Fud-react-redux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilipe1309%2Fud-react-redux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilipe1309%2Fud-react-redux/lists"}