{"id":27006937,"url":"https://github.com/2305ray/todolist","last_synced_at":"2026-04-13T01:11:06.078Z","repository":{"id":284365843,"uuid":"907501863","full_name":"2305ray/TodoList","owner":"2305ray","description":"Lista de tarefas","archived":false,"fork":false,"pushed_at":"2025-03-25T13:56:48.000Z","size":1335,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T14:41:57.627Z","etag":null,"topics":["cssmodule","javascript","react","vite"],"latest_commit_sha":null,"homepage":"","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/2305ray.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-12-23T18:17:21.000Z","updated_at":"2025-03-25T13:56:51.000Z","dependencies_parsed_at":"2025-03-25T14:52:08.015Z","dependency_job_id":null,"html_url":"https://github.com/2305ray/TodoList","commit_stats":null,"previous_names":["2305ray/todolist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2305ray%2FTodoList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2305ray%2FTodoList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2305ray%2FTodoList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2305ray%2FTodoList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2305ray","download_url":"https://codeload.github.com/2305ray/TodoList/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142075,"owners_count":20890653,"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":["cssmodule","javascript","react","vite"],"created_at":"2025-04-04T08:17:29.953Z","updated_at":"2026-04-13T01:11:01.041Z","avatar_url":"https://github.com/2305ray.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e Todo List \u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nProjeto web para criação e controle de uma lista de tarefas. \u003cbr\u003e\nO objetivo é permitir que os usuários organizem suas atividades de forma eficiente, \nadicionando, concluindo e removendo tarefas conforme necessário.\n\u003c/p\u003e\n\n\n\n\u003cdiv align=\"center\"\u003e\n  \n[![Tecnologias](https://img.shields.io/badge/Tecnologias-purple?style=for-the-badge)](#-tecnologias)\n[![Projeto](https://img.shields.io/badge/Projeto-blue?style=for-the-badge)](#-projeto)\n[![Layout](https://img.shields.io/badge/Layout-red?style=for-the-badge)](#-layout)\n\n\u003c/div\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=49AA26\u0026labelColor=000000\" \u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"timer\" src=\"https://github.com/2305ray/TodoList/blob/main/img/Cover%20(1).png\" width=\"90%\"\u003e\n\u003c/div\u003e\n\n   ---\n  \n## 🚀 Tecnologias\n\nO projeto foi desenvolvido utilizando as seguintes tecnologias:\n\n- **React.js** – Biblioteca para construção da interface do usuário.\n- **Vite** – Ferramenta de build rápida e otimizada para projetos React.\n- **CSS Module** – Módulos CSS para estilização encapsulada e modular.\n- **JavaScript** – Linguagem de programação utilizada para a lógica da aplicação.\n- **Phosphor-react** – Biblioteca de ícones SVG flexível e altamente personalizável.\n- **ESLint** – Ferramenta para análise e padronização do código, garantindo boas práticas e melhor legibilidade.\n\n\n\n  ---\n\n## 💡 Projeto\n\nÉ um projeto desenvolvido pela Rocketseat no curso ReactJS do Ignite\n\n- [Layout](https://www.figma.com/design/nB9ES1il7C99jqnEFDoqT0/ToDo-List-%E2%80%A2-Desafio-React-(Copy)?node-id=4130-112\u0026t=BvI3VDDEOnrFtwW3-0)\n- [Rocketseat](https://www.rocketseat.com.br/)\n\n  ---\n\n## 🎨 Layout\n\n### 💻 **Versão Desktop**\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"todoList home\" src=\"https://github.com/2305ray/TodoList/blob/main/img/Todo%20-%20Empty.png\" width=\"75%\"\u003e\n  \u003cimg alt=\"todoList tasks\" src=\"https://github.com/2305ray/TodoList/blob/main/img/Todo.png\" width=\"75%\"\u003e\n\u003c/div\u003e\n\n--- \n\n## 🛠 Como rodar o projeto\n\n1. Clone o repositório:\n   ```bash\n   git clone https://github.com/2305ray/TodoList.git\n   ```\n2. Acesse a pasta do projeto:\n   ```bash\n   cd TodoList\n   ```\n3. Instale as dependências:\n   ```bash\n   npm install\n   ```\n4. Inicie o servidor de desenvolvimento:\n   ```bash\n   npm run dev\n   ```\n\n---\n\n\u003cp align=\"center\"\u003e Feito com ♥ Rocketseat \u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2305ray%2Ftodolist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2305ray%2Ftodolist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2305ray%2Ftodolist/lists"}