{"id":20791794,"url":"https://github.com/dzenis-h/hookedtodos","last_synced_at":"2026-05-15T22:02:16.295Z","repository":{"id":93022274,"uuid":"241027732","full_name":"dzenis-h/hookedTodos","owner":"dzenis-h","description":"A todo app built for the purpose of practicing built-in React Hooks, creating custom hooks, the Context API, etc.","archived":false,"fork":false,"pushed_at":"2025-07-17T23:21:01.000Z","size":554,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-28T10:50:11.724Z","etag":null,"topics":["context-api","material-ui","memoization","react","react-hooks","usecontext","usememo","usereducer"],"latest_commit_sha":null,"homepage":"https://hooked-todos-n4q5.onrender.com/","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/dzenis-h.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,"zenodo":null}},"created_at":"2020-02-17T05:33:30.000Z","updated_at":"2023-09-13T16:09:50.000Z","dependencies_parsed_at":"2025-07-28T10:37:44.897Z","dependency_job_id":"df6fb37b-90f8-4ca0-85d1-6fe2569713ec","html_url":"https://github.com/dzenis-h/hookedTodos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dzenis-h/hookedTodos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzenis-h%2FhookedTodos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzenis-h%2FhookedTodos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzenis-h%2FhookedTodos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzenis-h%2FhookedTodos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dzenis-h","download_url":"https://codeload.github.com/dzenis-h/hookedTodos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzenis-h%2FhookedTodos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271353975,"owners_count":24744995,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["context-api","material-ui","memoization","react","react-hooks","usecontext","usememo","usereducer"],"created_at":"2024-11-17T15:47:21.623Z","updated_at":"2025-10-17T01:07:27.073Z","avatar_url":"https://github.com/dzenis-h.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![GitHub repo size](https://img.shields.io/github/repo-size/dzenis-h/hookedTodos)\n![GitHub contributors](https://img.shields.io/github/contributors/dzenis-h/hookedTodos)\n![GitHub stars](https://img.shields.io/github/stars/dzenis-h/hookedTodos?style=social)\n![GitHub forks](https://img.shields.io/github/forks/dzenis-h/hookedTodos?style=social)\n[![LinkedIn Follow](https://img.shields.io/badge/-Follow-blue?style=social\u0026logo=linkedin\u0026link=https://www.linkedin.com/in/dzenis-h/)](https://www.linkedin.com/in/dzenis-h/)\n[![GitHub Follow](https://img.shields.io/badge/-Follow-black?style=social\u0026logo=github\u0026link=https://github.com/dzenis-h)](https://github.com/dzenis-h)\n\n\u003cbr/\u003e\n\n\u003cimg src=\"https://stackoverflow.com/users/flair/8146571.png?theme=dark\u0026showIcon=true\u0026showName=true\u0026showBadges=true\u0026showRep=true\u0026showPosts=true\u0026stackApps=true\"/\u003e\n\n\u003c/div\u003e\n\n## Hooked Todo's \u003cimg src=\"https://raw.githubusercontent.com/dzenis-h/hookedTodos/master/public/favicon.ico\" alt=\"HookedTodos logo\" width=\"32\" height=\"32\" style=\"padding: 5px; vertical-align: middle;\"\u003e\n\n## Overview 👀\nHookedTodos is a simple todo app built with React Hooks and Context API.\n\n## Tech Stack 🛠️\n\n| Tech | Docs | Description |\n| ---- | ---- | ----------- |\n| \u003cimg src=\"https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB\" alt=\"React logo\" width=\"100\" height=\"28\"\u003e | [React](https://reactjs.org/docs/getting-started.html) | A JavaScript library for building user interfaces |\n| \u003cimg src=\"https://img.shields.io/badge/memoization-%23F0DB4F.svg?style=for-the-badge\u0026logo=javascript\u0026logoColor=white\" alt=\"Memoization logo\" width=\"100\" height=\"28\"\u003e | [Memoization](https://reactjs.org/docs/hooks-faq.html#how-to-memoize-calculations) | A technique to optimize performance by caching the results of expensive function calls |\n| \u003cimg src=\"https://img.shields.io/badge/material--ui-%230081CB.svg?style=for-the-badge\u0026logo=material-ui\u0026logoColor=white\" alt=\"Material-UI logo\" width=\"100\" height=\"28\"\u003e | [Material-UI](https://material-ui.com/getting-started/installation/) | A popular React UI framework |\n| \u003cimg src=\"https://img.shields.io/badge/context--api-%2361DAFB.svg?style=for-the-badge\u0026logo=react\u0026logoColor=white\" alt=\"Context API logo\" width=\"100\" height=\"28\"\u003e | [Context API](https://reactjs.org/docs/context.html) | A way to pass data through the component tree without having to pass props down manually at every level |\n| \u003cimg src=\"https://img.shields.io/badge/react--hooks-%2361DAFB.svg?style=for-the-badge\u0026logo=react\u0026logoColor=white\" alt=\"React Hooks logo\" width=\"100\" height=\"28\"\u003e | [React Hooks](https://reactjs.org/docs/hooks-intro.html) | Functions that let you use state and other React features without writing a class component |\n| \u003cimg src=\"https://img.shields.io/badge/usecontext-%2361DAFB.svg?style=for-the-badge\u0026logo=react\u0026logoColor=white\" alt=\"useContext logo\" width=\"100\" height=\"28\"\u003e | [useContext](https://reactjs.org/docs/hooks-reference.html#usecontext) | A hook that lets you consume a context value within a function component |\n| \u003cimg src=\"https://img.shields.io/badge/usereducer-%2361DAFB.svg?style=for-the-badge\u0026logo=react\u0026logoColor=white\" alt=\"useReducer logo\" width=\"100\" height=\"28\"\u003e | [useReducer](https://reactjs.org/docs/hooks-reference.html#usereducer) | A hook that lets you manage complex state logic using actions and reducers |\n| \u003cimg src=\"https://img.shields.io/badge/usememo-%2361DAFB.svg?style=for-the-badge\u0026logo=react\u0026logoColor=white\" alt=\"useMemo logo\" width=\"100\" height=\"28\"\u003e | [useMemo](https://reactjs.org/docs/hooks-reference.html#usememo) | A hook that lets you memoize a value that depends on one or more other values |\n\n## Set-up 🛠️\n- To start using this example:\n  * Clone this repo with `git clone`\n  * Install all the dependencies with `npm install`\n  * Afterward, just run the following command `npm start`\n\n## Contributing 🙌\nContributions are always welcome! If you would like to contribute to this project, please follow these steps:\n1. Fork the repository. 🍴\n2. Create a new branch. 🌵\n3. Make your changes and test them thoroughly. 👨‍💻\n4. Submit a pull request. ✔\n\n## License 📑\nThis project is licensed under the MIT License. You can find more details in the [LICENSE](https://docs.google.com/document/d/11WK7tVoTFRMcWCuGZQCRWxEsDUEJ_6ArtfV-NjWcBCU/edit?usp=sharing) file.\n\n## Credits 👨🏻‍💻\nThis repo was created by [Dzenis H.](https://dzenis.tech)\n\nContributions are more than welcome. 🫡\n\nIf you like what you see, please consider giving a ⭐️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzenis-h%2Fhookedtodos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdzenis-h%2Fhookedtodos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzenis-h%2Fhookedtodos/lists"}