{"id":23176415,"url":"https://github.com/lucasbailo/use-reducer-tailwind","last_synced_at":"2026-05-09T05:09:10.640Z","repository":{"id":252108520,"uuid":"839452400","full_name":"lucasbailo/use-reducer-tailwind","owner":"lucasbailo","description":"Training use reducer and tailwind","archived":false,"fork":false,"pushed_at":"2024-08-07T16:44:09.000Z","size":191,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T09:42:03.986Z","etag":null,"topics":["react","tailwindcss","usereducer"],"latest_commit_sha":null,"homepage":"https://use-reducer-tailwind.vercel.app","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/lucasbailo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-07T16:29:15.000Z","updated_at":"2024-11-29T20:42:47.000Z","dependencies_parsed_at":"2024-08-07T19:50:54.539Z","dependency_job_id":"7010d33b-d6c9-4c87-81b2-902fdc50a1f2","html_url":"https://github.com/lucasbailo/use-reducer-tailwind","commit_stats":null,"previous_names":["lucasbailo/use-reducer-tailwind"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fuse-reducer-tailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fuse-reducer-tailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fuse-reducer-tailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fuse-reducer-tailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasbailo","download_url":"https://codeload.github.com/lucasbailo/use-reducer-tailwind/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247272864,"owners_count":20911821,"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":["react","tailwindcss","usereducer"],"created_at":"2024-12-18T06:16:36.375Z","updated_at":"2025-10-28T15:06:59.149Z","avatar_url":"https://github.com/lucasbailo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Welcome again to another React project! 👋\n\n# Learning Use Reducer + Tailwind - React Project\n\n### Home\n- Home page where you can create your list of random things.\n\n![](./public/homepage.png)\n\n## Some code that I'm proud of\n```js\nconst [phrase, setPhrase]= useState('')\n\nconst [phrases, dispatch]= useReducer(reducer, [])\n\nfunction savePhrase (event) {\nevent.preventDefault()\n\ndispatch({\n    type: ADD_PHRASE,\n    phrase: phrase\n})\n}\n\nfunction deletePhrase (deletedPhrase) {\ndispatch({\n    type: REMOVE_PHRASE,\n    phrase: deletedPhrase\n})\n}\n```\n\n## Built with\n\n- REACT;\n- Tailwind.\n\n## Test the project yourself: [Teste the project here!!!](https://use-reducer-tailwind.vercel.app/)\n\n## Author\n\n- Website - [My GitHub](https://github.com/lucasbailo)\n- Frontend Mentor - [@lucasbailo](https://www.frontendmentor.io/profile/lucasbailo)\n- Instagram - [@lucassbailo](https://www.instagram.com/lucassbailo/)\n- LinkedIn - [Lucas Bailo](https://www.linkedin.com/in/lcsbailo)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasbailo%2Fuse-reducer-tailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasbailo%2Fuse-reducer-tailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasbailo%2Fuse-reducer-tailwind/lists"}