{"id":24383206,"url":"https://github.com/piotrotta/todo_app_react","last_synced_at":"2026-04-18T07:36:24.358Z","repository":{"id":272973318,"uuid":"918343787","full_name":"PiotrOtta/todo_app_react","owner":"PiotrOtta","description":"A very simple Todo App made using React and Zustand.","archived":false,"fork":false,"pushed_at":"2025-01-28T18:54:02.000Z","size":3036,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-29T00:57:15.021Z","etag":null,"topics":["react","react-todo-app","reactjs","todo-list","zustand"],"latest_commit_sha":null,"homepage":"https://piotrotta.github.io/todo_app_react/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PiotrOtta.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-17T18:27:14.000Z","updated_at":"2025-01-28T18:54:06.000Z","dependencies_parsed_at":"2025-01-17T19:40:02.692Z","dependency_job_id":"58e283ba-9a1c-49b5-90a4-49ea2964fff7","html_url":"https://github.com/PiotrOtta/todo_app_react","commit_stats":null,"previous_names":["piotrotta/todo_app_react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PiotrOtta/todo_app_react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrOtta%2Ftodo_app_react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrOtta%2Ftodo_app_react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrOtta%2Ftodo_app_react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrOtta%2Ftodo_app_react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PiotrOtta","download_url":"https://codeload.github.com/PiotrOtta/todo_app_react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrOtta%2Ftodo_app_react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["react","react-todo-app","reactjs","todo-list","zustand"],"created_at":"2025-01-19T10:13:41.316Z","updated_at":"2026-04-18T07:36:24.341Z","avatar_url":"https://github.com/PiotrOtta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"user-content-toc\"\u003e\n  \u003cul align=\"center\" style=\"list-style: none;\"\u003e\n    \u003csummary\u003e\n      \u003ch1\u003eTodo App\u003c/h1\u003e\n    \u003c/summary\u003e\n  \u003c/ul\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"readmeAssets/TodoApp_softwareBox.png\" alt=\"Todo App software box picture\" title=\"Todo App by Piotr Otta\" height=\"320\" /\u003e\n\u003c/p\u003e\n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n\n\n## Table Of Content\n\n- [About](#about)\n- [Features](#features)\n- [Libraries used](#libraries-used)\n  - [Production dependencies](#production-dependencies)\n  - [Development dependencies](#development-dependencies)\n- [Instalation](#installation)\n- [Usage](#usage)\n- [Accessibility](#accessibility)\n\n## About\n\nA very small Todo app built entirely with **React 19.0.0** and powered by **Zustand** state manager v5.0.3. App created for learning purposes.\n\nYou can also check out the app on https://piotrotta.github.io/todo_app_react/\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"readmeAssets/readme_photo.png\" alt=\"Todo App showcase\" title=\"Todo App showcase\" width=\"400\" /\u003e\n\u003c/p\u003e\n\n## Features\n\n- **Create tasks**: Add tasks with a title and completed state.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"readmeAssets/readme_add.gif\" alt=\"Todo App feature showcase - add task\" title=\"Todo App feature showcase - add task\" width=\"400\" /\u003e\n\u003c/p\u003e\n\n- **Delete tasks**: Remove tasks from the list.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"readmeAssets/readme_delete.gif\" alt=\"Todo App feature showcase - delete task\" title=\"Todo App feature showcase - delete task\" width=\"400\" /\u003e\n\u003c/p\u003e\n\n- **Edit tasks**: Modify the title of existing tasks.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"readmeAssets/readme_edit.gif\" alt=\"Todo App feature showcase - edit task\" title=\"Todo App feature showcase - edit task\" width=\"400\" /\u003e\n\u003c/p\u003e\n\n- **Toggle completion of the tasks**: Mark tasks as completed or revert them to incomplete.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"readmeAssets/readme_toggle.gif\" alt=\"Todo App feature showcase - toggle task completion\" title=\"Todo App feature showcase - toggle task completion\" width=\"400\" /\u003e\n\u003c/p\u003e\n\n- **Keyboard friendly**: Navigate the entire app using only the keyboard (tabs, space/enter to interact with buttons and inputs).\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"readmeAssets/readme_keyboard.gif\" alt=\"Todo App feature showcase - keyboard accessibility\" title=\"Todo App feature showcase - keyboard accessibility\" width=\"400\" /\u003e\n\u003c/p\u003e\n\n## Libraries Used\n\n### Production Dependencies\n- **React 19.0.0**: core library for building the app,\n- **Zustand 5.0.3**: state management,\n- **uuid**: generate unique IDs for tasks.\n\n### Development Dependencies\n- **ESLint**: linting and errors,\n- **Prettier**: code formatting,\n- **web-vitals**: measure performance (comes bundled with **React**).\n\n## Installation\n\n1. If you don't have Node.js installed or if your current version is not compatible, please install Node.js **v20.17.0** from the [NodeJS website](https://nodejs.org/) or via **NVM** (**N**ode **V**ersion **M**anager). \n\n2. Clone the repository:\n   ```bash\n   git clone https://github.com/PiotrOtta/todo_app_react.git\n   ```\n3. Navigate to the project directory:\n   ```bash\n   cd todo_app_react\n   ```\n4. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n\n## Usage\n\n1. Start the development server:\n   ```bash\n   npm dev\n   ```\n   or \n   ```bash\n   npm start\n   ```\n2. Open your browser and visit:\n   ```\n   http://localhost:3000\n   ```\n\n## Accessibility\n\nThis app is fully accessible for keyboard users.\n- Use **Tab** to navigate through the app.\n- Use **Space** or **Enter** to interact with buttons and inputs.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrotta%2Ftodo_app_react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrotta%2Ftodo_app_react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrotta%2Ftodo_app_react/lists"}