{"id":30772968,"url":"https://github.com/talyslan/due-or-die","last_synced_at":"2026-04-09T12:04:37.367Z","repository":{"id":311540007,"uuid":"1043985564","full_name":"Talyslan/due-or-die","owner":"Talyslan","description":"To-do-list realizado para desafio do processo seletivo do Sootz (Itnsify).","archived":false,"fork":false,"pushed_at":"2025-09-04T02:27:46.000Z","size":612,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T04:34:54.352Z","etag":null,"topics":["api","express","firebase","firebase-auth","firestore","nextjs","nosql","shadcn-ui","tailwindcss","todolist","typescript"],"latest_commit_sha":null,"homepage":"","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/Talyslan.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}},"created_at":"2025-08-25T02:39:13.000Z","updated_at":"2025-09-04T02:27:50.000Z","dependencies_parsed_at":"2025-08-25T06:41:13.376Z","dependency_job_id":"369599c7-fbc0-4d50-9688-0ace298aefd7","html_url":"https://github.com/Talyslan/due-or-die","commit_stats":null,"previous_names":["talyslan/due-or-die"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Talyslan/due-or-die","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talyslan%2Fdue-or-die","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talyslan%2Fdue-or-die/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talyslan%2Fdue-or-die/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talyslan%2Fdue-or-die/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Talyslan","download_url":"https://codeload.github.com/Talyslan/due-or-die/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talyslan%2Fdue-or-die/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273695538,"owners_count":25151545,"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-09-04T02:00:08.968Z","response_time":61,"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":["api","express","firebase","firebase-auth","firestore","nextjs","nosql","shadcn-ui","tailwindcss","todolist","typescript"],"created_at":"2025-09-05T01:03:45.815Z","updated_at":"2026-04-09T12:04:37.349Z","avatar_url":"https://github.com/Talyslan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💀 Due or Die | To-Do List\n\nThis repository contains the solution to the technical challenge proposed by **Sootz (itnsify)**.  \nThe objective is to develop a **To-Do List** application with user authentication and task management, using **Firebase** as the backend and **Next.js** as the frontend.\n\n## 📌 Features\n\n- Authentication of users (login, registration, logout).\n- Persistent sessions (user remains logged in after reloading the page).\n- CRUD of tasks:\n  - Create new tasks.\n  - View only the tasks of the authenticated user.\n  - Update (edit title, mark as completed/pending).\n  - Delete tasks.\n- Real-time updates (Firebase).\n- Responsive design (desktop and mobile).\n\n## 📌 Technologies\n\n### Frontend\n\n- [Next.js](https://nextjs.org/)\n- [TailwindCSS](https://tailwindcss.com/)\n- [ShadCN/UI](https://ui.shadcn.com/)\n\n### Backend\n\n- [Node.js](https://nodejs.org/) with [Express](https://expressjs.com/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Firebase Authentication](https://firebase.google.com/docs/auth)\n- [Cloud Firestore](https://firebase.google.com/docs/firestore)\n\n### Design\n\n- [Figma](https://www.figma.com/)\n- To access the design of the project, [CLICK HERE](https://www.figma.com/design/sTIQsAjaXGZNTzLZ0arjRy/Due-or-Die-%7C-Desafio-Sootz--Itnsify?node-id=4-15\u0026t=xs1KJ6B7jwsoNuBK-1)\n\n## Project Structure\n\nIn the branch \"main\", you will find the following files and folders:\n\n- /frontend → Next.js application\n- /backend → Express + Firebase API\n- README.md → general instructions\n- LICENSE → MIT License\n\n## How to run the project locally\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/Talyslan/due-or-die.git\ncd due-or-die\n```\n\n### 2. Install dependencies\n\nThe project is configurated like a **workspace**, so the dependencies of frontend/ and backend/ will be installed automatically from the root. You can use npm or pnpm, according to your preference:\n\nWith npm:\n\n```bash\nnpm install\n```\n\nWith pnpm:\n\n```bash\npnpm install\n```\n\n### 3. Configure environment variables\n\nCreate the `.env` (frontend) and `.env` (backend) files based on the `.env.example` files in each folder:\n\n### 4. Rodar a aplicação\n\n- A aplicação frontend ficará disponível em \u003chttp://localhost:3000\u003e (ou a porta configurada no seu .env)\n- O backend rodará em \u003chttp://localhost:8080\u003e (ou a porta configurada no seu .env)\n\nObtemos 3 opções de rodar a aplicação:\n\n- Rodar a aplicação geral (frontend e backend):\n\n```bash\nnpm run dev\n# ou\npnpm dev\n```\n\n- Rodar o frontend:\n\n```bash\nnpm run dev:frontend\n# ou\npnpm dev:frontend\n```\n\n- Rodar o backend:\n\n```bash\nnpm run dev:backend\n# ou\npnpm dev:backend\n```\n\n## 📜 Licença\n\nEste projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.\n\n## 👥 Contribuições\n\nEste repositório foi feito por [Talyslan Canabarro](https://github.com/Talyslan). O repositório está aberto para pull requests e opiniões!\nMuito obrigado.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalyslan%2Fdue-or-die","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalyslan%2Fdue-or-die","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalyslan%2Fdue-or-die/lists"}