{"id":23346732,"url":"https://github.com/filonenkodima/directivesauthpage","last_synced_at":"2026-04-28T08:06:02.398Z","repository":{"id":264637805,"uuid":"893895691","full_name":"FilonenkoDima/DirectivesAuthPage","owner":"FilonenkoDima","description":"DirectivesAuthPage is an Angular-based web application designed to demonstrate authentication workflows and showcase the use of custom directives. The application is modular, with a focus on clean separation of concerns for improved maintainability and scalability.","archived":false,"fork":false,"pushed_at":"2024-12-05T10:54:47.000Z","size":631,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T17:22:43.884Z","etag":null,"topics":["angular","clean-architecture","clean-code","directive-angular","frontend"],"latest_commit_sha":null,"homepage":"","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/FilonenkoDima.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-11-25T11:54:58.000Z","updated_at":"2024-12-05T10:56:24.000Z","dependencies_parsed_at":"2025-02-13T19:34:21.542Z","dependency_job_id":"c783fc78-2f52-4d35-9bd7-33f8162ab044","html_url":"https://github.com/FilonenkoDima/DirectivesAuthPage","commit_stats":null,"previous_names":["filonenkodima/directivesauthpage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FilonenkoDima/DirectivesAuthPage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilonenkoDima%2FDirectivesAuthPage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilonenkoDima%2FDirectivesAuthPage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilonenkoDima%2FDirectivesAuthPage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilonenkoDima%2FDirectivesAuthPage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FilonenkoDima","download_url":"https://codeload.github.com/FilonenkoDima/DirectivesAuthPage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FilonenkoDima%2FDirectivesAuthPage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32371727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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":["angular","clean-architecture","clean-code","directive-angular","frontend"],"created_at":"2024-12-21T07:14:49.360Z","updated_at":"2026-04-28T08:06:02.364Z","avatar_url":"https://github.com/FilonenkoDima.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Documentation for **DirectivesAuthPage**\n\n#### Overview\n\n**DirectivesAuthPage** is an Angular-based web application designed to demonstrate authentication workflows and showcase the use of custom directives. The application is modular, with a focus on clean separation of concerns for improved maintainability and scalability.\n\n---\n\n## Demo\n\n![](demo.gif)\n\n---\n\n## Project Structure\n\nThe project follows Angular’s standard structure, with feature modules and directives placed strategically for clarity and reuse.\n\n- **src/app/**: Main application directory containing all feature modules and shared directives.\n  - **auth/**: Manages authentication-related functionality.\n    - `auth.component.ts`: Main component handling user authentication.\n    - `auth.directive.ts`: Custom directive to enhance authentication features.\n    - `auth.model.ts`: Defines models related to authentication (e.g., user data structures).\n    - `auth.service.ts`: Service to handle authentication logic and API interactions.\n  - **learning-resources/**: Displays or manages resources related to learning.\n    - `learning-resources.component.ts`: Main component for showcasing or managing learning resources.\n  - **Directives**:\n    - `log.directive.ts`: A custom directive for logging or tracking events.\n    - `safe-link.directive.ts`: Ensures external links are safe to follow, potentially adding additional security layers.\n- **src/styles.css**: Global application styles.\n- **src/app.component.\\***: Root component handling overall application structure and layout.\n\n---\n\n## Key Features\n\n1. **Authentication System**:\n\n   - Modularized authentication workflows with a dedicated component, service, and model.\n   - Custom directives to enhance authentication-related UI and logic.\n\n2. **Learning Resources Module**:\n\n   - A feature to showcase educational materials or links.\n\n3. **Custom Directives**:\n   - `log.directive.ts`: Adds logging functionality to specific elements or events.\n   - `safe-link.directive.ts`: Sanitizes links for enhanced security.\n\n---\n\n## How to Run the Project\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/FilonenkoDima/DirectivesAuthPage.git\n   cd DirectivesAuthPage\n   ```\n\n2. **Install Dependencies**:\n   Ensure you have Node.js and Angular CLI installed, then run:\n\n   ```bash\n   npm install\n   ```\n\n3. **Run the Application**:\n\n   ```bash\n   ng serve\n   ```\n\n   The app will be accessible at `http://localhost:4200/`.\n\n4. **Build for Production**:\n   ```bash\n   ng build --prod\n   ```\n\n---\n\n## Technologies Used\n\n- **Frontend**: Angular\n- **Styling**: CSS\n- **Build Tools**: Angular CLI\n- **Version Control**: GitHub\n\n---\n\n## Contribution Guidelines\n\n1. Fork the repository.\n2. Create a new feature branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Commit your changes and push the branch:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n4. Submit a pull request for review.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilonenkodima%2Fdirectivesauthpage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilonenkodima%2Fdirectivesauthpage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilonenkodima%2Fdirectivesauthpage/lists"}