{"id":24782062,"url":"https://github.com/waltermillan/to-do-list","last_synced_at":"2026-05-05T04:06:48.008Z","repository":{"id":274723266,"uuid":"923853780","full_name":"waltermillan/To-Do-List","owner":"waltermillan","description":"Time management tool used to list all tasks or activities to be performed.","archived":false,"fork":false,"pushed_at":"2025-03-08T00:12:44.000Z","size":190,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T01:20:51.571Z","etag":null,"topics":["angular-cli","csharp","netcore","onion-architecture","patterns-design","sql-server","typescript"],"latest_commit_sha":null,"homepage":"","language":"C#","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/waltermillan.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":"2025-01-28T23:52:36.000Z","updated_at":"2025-03-08T00:12:47.000Z","dependencies_parsed_at":"2025-01-29T01:29:12.276Z","dependency_job_id":"5ba42c7b-00fc-4e84-8f78-970c9fe9f406","html_url":"https://github.com/waltermillan/To-Do-List","commit_stats":null,"previous_names":["waltermillan/to-do-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FTo-Do-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FTo-Do-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FTo-Do-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waltermillan%2FTo-Do-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waltermillan","download_url":"https://codeload.github.com/waltermillan/To-Do-List/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245214160,"owners_count":20578755,"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":["angular-cli","csharp","netcore","onion-architecture","patterns-design","sql-server","typescript"],"created_at":"2025-01-29T11:15:56.153Z","updated_at":"2026-05-05T04:06:47.950Z","avatar_url":"https://github.com/waltermillan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 To-DoList Project\n\nA to-do list is a time management tool used to list all tasks or activities that need to be completed. It serves as a reminder of what needs to be done, allowing users to organize their work or personal lives more effectively.\n\n---\n\n## 📅 Changelog\n\n- **06/04/2025**:\n  - **Backend/Frontend/Database**: Added entity-relationship diagram and Users table. Backend: Cleaned up code, added User entity. Frontend: Added login module, improved UI rendering. Executed unit tests: Ran `ng test` to execute unit tests defined in the `*.spec.ts` files, using frameworks like Jasmine and the Karma test runner.\n- **14/03/2025**:\n  - **Backend/Frontend/Database**: Corrected database table names to plural form, cleaned up frontend code.\n- **27/02/2025**:\n  - **Backend/Frontend**: Removed comments, improved frontend code, fixed various bugs.\n- **26/02/2025**:\n  - **Frontend**: Fixed API to follow RESTful conventions and ensured that routes use proper pluralization. Corrected frontend URL invocations.\n- **03/02/2025**:\n  - **Frontend**: Updated frontend, added audio listening functionality and speech-to-text conversion.\n- **02/02/2025**:\n  - **Backend**: Implemented Factory design pattern to create task instances. Added Serilog for logging in ASP.NET Core applications.\n  - **Backend**: Added `done` field to Task model.\n- **31/01/2025**:\n  - **Backend**: Added unit tests.\n- **30/01/2025**:\n- **29/01/2025**: Initial release — Backend, Frontend, and Database.\n\n---\n\n## 🎯 Objective\n\nPractice using .NET (C#) / SQL Server and Angular (TypeScript) / Design Patterns / Onion Architecture. Gain familiarity with Angular forms. Use an API to convert speech to text — specifically the Web Speech API, which enables browsers to perform real-time speech recognition.\n\n### Technologies:\n\n- **.NET (C#)** and **SQL Server**\n- **Angular (TypeScript)**\n- **Design Patterns**\n- **Onion Architecture**\n\n---\n\n## 🚀 Features\n\n### 🔧 Backend\n\nImplements design patterns: BaseEntity, Repository, UnitOfWork, and Factory (for task instance creation).\n\n- Structured using **Onion Architecture**\n- Utilizes several **Design Patterns**:\n  - `BaseEntity`\n  - `UnitOfWork`\n  - `Repository` (for database access)\n  - `DTO` (Data Transfer Object)\n  - `Singleton` (for backend configuration)\n  - `Factory` (for task instance creation)\n\n- **Key Libraries**:\n  - **Encryption**:\n    - `System.Security.Cryptography` (AES-256)\n  - **Logging**:\n    - `Serilog`\n    - `Serilog.Extensions.Logging`\n    - `Serilog.Sinks.File`\n  - **ORM**:\n    - `Microsoft.EntityFrameworkCore.SqlServer`\n    - `Microsoft.EntityFrameworkCore.Tools`\n  - **UI**:\n    - `@angular/material` 18.2.14\n    - `@angular/cdk` 18.2.14\n\n---\n\n### 💻 Frontend\n\n- Built with **Angular 18.0.2 / 18.2.14**\n- Features:\n  - Reactive Forms\n  - `AuthService` and HTTP Interceptors\n  - Modular architecture\n  - Creation of services and models\n  - Custom Pipes and Shared Modules\n  - Angular Material for UI components and popups\n\n---\n\n### 🗄️ Database\n\n- Uses **MariaDB**, deployed via **Docker Desktop**\n- Includes:\n  - Entity-Relationship Diagram written for SQL Server (ERD)\n  - Sample data insertion scripts (`.sql`)\n  - **DDL scripts** (for schema creation)\n  - **DML scripts** (for sample data insertion)\n\n---\n\n## 🧪 Installation\n\n### ✅ Prerequisites\n\nEnsure the following tools are installed on your machine:\n\n- [.NET SDK 9.0.200](https://dotnet.microsoft.com/)\n- [SQL Express](https://www.microsoft.com/es-es/sql-server/sql-server-downloads)\n- [Node.js + npm](https://nodejs.org/) (for the frontend)\n- [Postman 11.44.3](https://www.postman.com/downloads/)\n\n---\n\n### 🔧 Setup Steps\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/waltermillan/To-Do-List.git\n    ```\n\n2. Follow the setup video guide:\n    - [Version 1 - Display Version](https://youtu.be/478V9e3bG60)\n\n3. Complete the remaining setup steps as described in the project documentation.\n\n---\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaltermillan%2Fto-do-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaltermillan%2Fto-do-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaltermillan%2Fto-do-list/lists"}