{"id":18708923,"url":"https://github.com/reconfortdev/angularstyle","last_synced_at":"2025-11-09T10:30:32.921Z","repository":{"id":256801986,"uuid":"855693299","full_name":"ReconfortDev/angularStyle","owner":"ReconfortDev","description":"Angular  project structure, component-based architecture, and advanced CSS preprocessing  techniques.","archived":false,"fork":false,"pushed_at":"2024-09-13T09:00:22.000Z","size":165,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T07:41:58.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ReconfortDev.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-09-11T09:58:40.000Z","updated_at":"2024-09-13T09:00:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2a77b9e-f8e9-4ca9-9ab7-f28a8bc2a415","html_url":"https://github.com/ReconfortDev/angularStyle","commit_stats":null,"previous_names":["reconfortdev/angularstyle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReconfortDev%2FangularStyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReconfortDev%2FangularStyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReconfortDev%2FangularStyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReconfortDev%2FangularStyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReconfortDev","download_url":"https://codeload.github.com/ReconfortDev/angularStyle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239571580,"owners_count":19661165,"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":[],"created_at":"2024-11-07T12:25:42.352Z","updated_at":"2025-02-19T00:19:29.308Z","avatar_url":"https://github.com/ReconfortDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular SCSS Proficiency Project\n\n## Objective\n\nThe goal of this project is to demonstrate proficiency with the Angular CLI and advanced SCSS features. It will assess your understanding of Angular's project structure, component-based architecture, and advanced CSS preprocessing techniques.\n\n## ⚠️N.B\nAPI I consumed is limited which means data will not be fetched on live link , You will have to clone project to use the Consume Api properly\n\n\n## Livelink\n\nhttps://angularsass.netlify.app/\n\n## Project Overview\n\nThis Angular application is structured to include multiple components, advanced SCSS styling, and responsive design. It includes themes, SCSS mixins, and lazy-loaded modules, showcasing a wide range of Angular and SCSS features.\n\n## Features\n\n### 1. Angular CLI Setup\n- The project was generated using Angular CLI to ensure best practices in file structure and project setup.\n\n### 2. Components\nThe application consists of the following components:\n- **Header Component:** Contains navigation and logo.\n- **Footer Component:** Displays the footer information.\n- **Shop Content Component:** The main body of the application.\n- **Offline Components:** One child components exist within the main content area to demonstrate component hierarchy.\n- **Online Components:** Two child components exist within the main content area to demonstrate component hierarchy.\n\n### 3. SCSS Features\nThe project utilizes advanced SCSS features, including:\n- **Variables:** Defined for colors, fonts, and spacing for easy theme customization.\n- **Nesting:** SCSS nesting is used to apply styles scoped to specific components.\n- **Mixins:** Reusable style patterns for common layout structures, such as flexbox and button styles.\n- **Functions:** A custom SCSS function to dynamically calculate `rem` from `px`.\n- **Extend/Inheritance:** For sharing common styles across components.\n- **Partials:** Styles are split into multiple partial files for better organization.\n\n### 4. Responsive Design\nThe application is fully responsive, adapting to both desktop and mobile screen sizes using media queries and flexible layouts.\n\n### 5. Theme System\nA theme system is implemented with at least two themes:\n- **Light Theme**\n- **Dark Theme**\n  The themes are switchable using SCSS variables for color customization.\n\n### 6. Custom Angular Directive\nA custom Angular directive is implemented to demonstrate host binding for dynamically applying styles to components.\n\n### 7. Angular CLI Commands\n- **Component, Directive, and Service Generation:** Angular CLI was used to generate components, directives, and services to follow best practices.\n- **Production Build:** The project can be built for production using the `ng build` command.\n- **Unit Testing:** Unit tests are set up and can be run using the `ng test` command.\n- **Linting:** Linting is configured to ensure code quality and can be run with the `ng lint` command.\n\n### 8. Lazy Loading\nAt least one module is lazy-loaded to demonstrate the optimization of application performance.\n\n### 9. Custom SCSS Mixin and Function\n- **Custom Mixin:** A reusable mixin is created to apply common flexbox layout patterns.\n- **Custom Function:** A SCSS function calculates `rem` values dynamically from `px` units.\n\n### 10. Mobile Responsiveness\nThe application ensures full compatibility with mobile devices, utilizing responsive SCSS media queries for different screen sizes.\n\n## Installation\n\n\nTo install and run the project locally:\n\n1. Clone the repository:\n   ```bash\n   git clone git@github.com:ReconfortDev/angularStyle.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd angularStyle\n   ```\n\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n4. Run the application:\n   ```bash\n   npm start\n   ```\n\n   The application will run locally on `http://localhost:4200/`.\n\n\n## Testing\n\nTo run unit tests:\n\n```bash\nnpm test\n```\n\n## Linting\n\nTo lint the codebase:\n\n```bash\nng lint\n```\n\n## Technologies Used\n\n- **Angular CLI**\n- **SCSS**\n- **TypeScript**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freconfortdev%2Fangularstyle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freconfortdev%2Fangularstyle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freconfortdev%2Fangularstyle/lists"}