{"id":24522021,"url":"https://github.com/subbotinroman/todoapp-react.js","last_synced_at":"2025-12-31T00:21:25.637Z","repository":{"id":273602326,"uuid":"920156015","full_name":"SubbotinRoman/TodoApp-React.JS","owner":"SubbotinRoman","description":"Современное приложение для управления задачами с адаптивным дизайном.","archived":false,"fork":false,"pushed_at":"2025-01-21T21:54:17.000Z","size":483,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T22:20:13.491Z","etag":null,"topics":["jest","mui","react","redux-toolkit","typescript","vite"],"latest_commit_sha":null,"homepage":"https://subbotinroman.github.io/TodoApp-React.JS/","language":"TypeScript","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/SubbotinRoman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-01-21T16:56:24.000Z","updated_at":"2025-01-21T21:58:07.000Z","dependencies_parsed_at":"2025-01-21T22:20:16.923Z","dependency_job_id":"f271cfc7-89fd-4273-a950-ea99b33d7f3b","html_url":"https://github.com/SubbotinRoman/TodoApp-React.JS","commit_stats":null,"previous_names":["subbotinroman/todoapp-react.js"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubbotinRoman%2FTodoApp-React.JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubbotinRoman%2FTodoApp-React.JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubbotinRoman%2FTodoApp-React.JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SubbotinRoman%2FTodoApp-React.JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SubbotinRoman","download_url":"https://codeload.github.com/SubbotinRoman/TodoApp-React.JS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243732300,"owners_count":20338839,"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":["jest","mui","react","redux-toolkit","typescript","vite"],"created_at":"2025-01-22T03:17:34.472Z","updated_at":"2025-12-31T00:21:25.622Z","avatar_url":"https://github.com/SubbotinRoman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TodoApp-React.JS (React / TypeScript)\n\n## Обзор 🌟\n\nСовременное приложение для управления задачами с адаптивным дизайном. Позволяет создавать, редактировать и отслеживать задачи с удобной фильтрацией. Интерфейс оптимизирован как для десктопных, так и для мобильных устройств.\n\n### [Посмотреть демо 👈](https://subbotinroman.github.io/TodoApp-React.JS/) \n\n\u003cimg alt=\"ToDo-List preview\" src=\"public/preview.png\"\u003e\n\n---\n\n## Стек технологий ⚙️\n\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![Redux Toolkit](https://img.shields.io/badge/redux%20toolkit-%23593d88.svg?style=for-the-badge\u0026logo=redux\u0026logoColor=white)\n![MUI](https://img.shields.io/badge/MUI-%230081CB.svg?style=for-the-badge\u0026logo=mui\u0026logoColor=white)\n![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge\u0026logo=vite\u0026logoColor=white)\n![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge\u0026logo=jest\u0026logoColor=white)\n![Testing-Library](https://img.shields.io/badge/-TestingLibrary-%23E33332?style=for-the-badge\u0026logo=testing-library\u0026logoColor=white)\n\n---\n\n## Возможности 🚀\n\n- ✏️ Создание и управление задачами (добавление, редактирование, удаление)\n- 🔄 Изменение статуса задач (выполнено / активно)\n- 🗑️ Удобное удаление: отдельных задач, всех задач или только выполненных\n- 🔍 Фильтрация по статусу (все, активные, выполненные)\n- 📱 Адаптивный дизайн с поддержкой мобильных устройств\n- ✨ Современный интерфейс с анимациями и эффектами\n- ⚡ Удобное управление состоянием через Redux Toolkit\n\n---\n\n## Как запустить локально 💻\n\n1. Клонируйте репозиторий:\n```bash\ngit clone https://github.com/SubbotinRoman/TodoApp-React.JS.git\n```\n\n2. Перейдите в папку с проектом:\n```bash\ncd TodoApp-React.JS\n```\n\n3. Установите зависимости и запустите проект:\n```bash\nnpm i \u0026\u0026 npm run start\n```\n\nПриложение будет доступно по адресу: http://localhost:5173\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubbotinroman%2Ftodoapp-react.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubbotinroman%2Ftodoapp-react.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubbotinroman%2Ftodoapp-react.js/lists"}