{"id":24702713,"url":"https://github.com/sundaramrai/angular-todo","last_synced_at":"2026-05-04T00:32:15.324Z","repository":{"id":274013216,"uuid":"921625395","full_name":"sundaramrai/angular-todo","owner":"sundaramrai","description":"Welcome to TascMaster, a user-friendly Todo application built with Angular! Easily register, log in, and manage your tasks. Add, edit, delete, and toggle the completion status of your todos. Stay organized and productive with TascMaster!","archived":false,"fork":false,"pushed_at":"2025-05-26T11:13:44.000Z","size":349,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T01:13:12.425Z","etag":null,"topics":["angular","bootstrap5","css","html","typescript"],"latest_commit_sha":null,"homepage":"https://tascmaster.vercel.app","language":"TypeScript","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/sundaramrai.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-24T09:56:02.000Z","updated_at":"2025-05-26T11:13:47.000Z","dependencies_parsed_at":"2025-02-12T14:29:29.262Z","dependency_job_id":"e5cc198c-fcd6-4c43-81b1-1162330ab6c2","html_url":"https://github.com/sundaramrai/angular-todo","commit_stats":null,"previous_names":["sundaramrai/angular-todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sundaramrai/angular-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sundaramrai%2Fangular-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sundaramrai%2Fangular-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sundaramrai%2Fangular-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sundaramrai%2Fangular-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sundaramrai","download_url":"https://codeload.github.com/sundaramrai/angular-todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sundaramrai%2Fangular-todo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32590196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["angular","bootstrap5","css","html","typescript"],"created_at":"2025-01-27T05:51:11.856Z","updated_at":"2026-05-04T00:32:15.302Z","avatar_url":"https://github.com/sundaramrai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TascMaster\n\nThis project is a simple Todo application built with Angular. It allows users to register, log in, and manage their todo items. The application includes features such as adding, editing, deleting, and toggling the completion status of todo items.\n\n## Table of Contents\n\n- [Features](#features)\n- [Getting Started](#getting-started)\n- [Development Server](#development-server)\n- [Code Scaffolding](#code-scaffolding)\n- [Building](#building)\n- [Running Unit Tests](#running-unit-tests)\n- [Running End-to-End Tests](#running-end-to-end-tests)\n- [Deployment Notes](#deployment-notes)\n- [Additional Resources](#additional-resources)\n- [License](#license)\n\n## Features\n\n- User registration and login\n- Add, edit, delete, and toggle completion status of todo items\n- Persistent storage using MongoDB\n- Automatic logout after 12 hours of inactivity\n- Cross-domain API communication with CORS support\n\n## Getting Started\n\nTo get started with this project, follow these steps:\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/your-username/my-todo-crud.git\n   cd my-todo-crud\n   ```\n\n## Development server\n\nTo start a local development server, run:\n\n```bash\nng serve\n```\n\nOnce the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.\n\n## Code scaffolding\n\nAngular CLI includes powerful code scaffolding tools. To generate a new component, run:\n\n```bash\nng generate component component-name\n```\n\nFor a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:\n\n```bash\nng generate --help\n```\n\n## Building\n\nTo build the project run:\n\n```bash\nng build\n```\n\nThis will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.\n\n## Running unit tests\n\nTo execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:\n\n```bash\nng test\n```\n\n## Running end-to-end tests\n\nFor end-to-end (e2e) testing, run:\n\n```bash\nng e2e\n```\n\nAngular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.\n\n## Deployment Notes\n\nWhen deploying the application:\n\n1. Ensure the backend CORS settings include your frontend domain\n2. Update the environment files with the correct API URL\n3. Set environment variables on the backend hosting service\n\nFor server deployment, ensure these environment variables are set:\n\n- `MONGO_URI`: MongoDB connection string\n- `JWT_SECRET`: Secret key for JWT token signing\n- `PORT`: The port to run the server (if not using default)\n\n### CORS Issues\n\nIf experiencing CORS issues:\n\n- Verify that the frontend domain is listed in the backend's CORS configuration\n- Ensure authentication headers are properly set\n- Check browser console for specific CORS error messages\n\n## Additional Resources\n\nFor more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsundaramrai%2Fangular-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsundaramrai%2Fangular-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsundaramrai%2Fangular-todo/lists"}