awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
angular-app avatar

angular-app/angular-app

0
View on GitHub↗
5,793 نجوم·1,717 تفرعات·JavaScript·MIT·7 مشاهدات

Angular App

هذا تطبيق مرجعي لـ AngularJS يوضح المعمارية وهيكل المجلدات وتنظيم الوحدات المطلوبة لبناء تطبيقات الصفحة الواحدة. يعمل كتطبيق CRUD يعتمد على REST ومصمم لإدارة المشاريع.

يتضمن المشروع تنفيذاً كاملاً لخط أنابيب CI/CD ومجموعة اختبارات آلية. تقوم هذه الأدوات بأتمتة فحص الكود (linting)، وتصغير الأصول، وتنفيذ اختبارات الوحدة والاختبارات الشاملة عبر متصفحات متعددة للتحقق من منطق التطبيق.

يغطي التطبيق التحكم في الوصول إلى الواجهة الأمامية من خلال أنماط المصادقة والتفويض. كما ينفذ معمارية تطبيق CRUD لإدارة سجلات البيانات عبر واجهة برمجة تطبيقات خلفية.

Features

  • AngularJS Modular Architectures - Demonstrates a modular AngularJS architecture with clear separation of concerns and REST API communication.
  • CRUD Operations - Implements standard create, read, update, and delete operations to manage project data.
  • Application State Synchronizations - Synchronizes local application state with a remote server using standard RESTful HTTP methods.
  • CRUD Architectures - Designs the system to manage project information through a backend API using a CRUD architectural pattern.
  • CRUD Applications - Provides a complete reference implementation of a REST-based CRUD application for project management.
  • RESTful CRUD Implementations - Provides a project management interface using standardized RESTful patterns for resource creation, retrieval, updating, and deletion.
  • Two-Way Data Binding - Implements automatic synchronization between the data models and the UI views.
  • CI/CD Pipeline Design - Implements an automated build, test, and delivery workflow including linting and asset minification.
  • Continuous Integration - Employs automated pipelines to verify code changes and execute test suites in a remote environment.
  • Continuous Integration Pipelines - Implements a continuous integration pipeline that automates linting, minification, and test execution.
  • Application Access Controls - Implements authentication and authorization patterns to control user access to application features.
  • Access Control and Authorization - Applies authentication and authorization mechanisms to enforce permissions and secure application features.
  • Dependency Injection - Implements dependency injection to decouple business logic from the UI layer in the application architecture.
  • Automated Test Suites - Provides a comprehensive collection of unit and end-to-end tests to verify application logic across browsers.
  • End-to-End Testing - Executes automated suites that simulate complete user workflows across multiple browsers.
  • Build and Test Pipelines - Executes a predefined pipeline of unit and end-to-end tests to verify code quality.
  • Component-Based Architectures - Organizes the application into discrete functional blocks using a modular component-based architecture.
  • Directive-Based Manipulators - Uses custom directives to dynamically manipulate the DOM based on application state.
  • Build Automation Pipelines - Provides automated sequences for linting and optimizing source assets into production-ready files.

سجل النجوم

مخطط تاريخ النجوم لـ angular-app/angular-appمخطط تاريخ النجوم لـ angular-app/angular-app

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Angular App

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Angular App.
  • mgechev/angularjs-style-guideالصورة الرمزية لـ mgechev

    mgechev/angularjs-style-guide

    4,925عرض على GitHub↗

    This project is a comprehensive set of architectural patterns, coding standards, and reference materials for AngularJS applications. It establishes a structural approach for separating business logic into injectable services and restricting document object model manipulation to directives. The guide provides a standardized framework for project organization through consistent naming conventions, directory hierarchies, and module structuring. It emphasizes the use of isolated scopes for component encapsulation and explicit array notation for dependency injection to ensure stability during code

    عرض على GitHub↗4,925
  • sudheerj/angular-interview-questionsالصورة الرمزية لـ sudheerj

    sudheerj/angular-interview-questions

    4,872عرض على GitHub↗

    This project is a curated collection of technical interview questions and detailed answers designed for professional software engineering roles. It serves as an Angular framework study resource and interview guide for developers preparing for frontend engineering assessments. The resource covers core architectural patterns including component-based view architecture, hierarchical dependency injection, and declarative template binding. It also addresses implementation details regarding observable-driven data streams and the use of directives for DOM manipulation. Additional content focuses on

    angularangular-interview-questionsangular6
    عرض على GitHub↗4,872
  • vuejs/v2.vuejs.orgالصورة الرمزية لـ vuejs

    vuejs/v2.vuejs.org

    4,981عرض على GitHub↗

    This is the comprehensive documentation website for the Vue 2 progressive JavaScript framework. It serves as a technical reference and development guide for building reactive user interfaces and single-page applications. The site provides a detailed JavaScript API reference and a web component directory. It covers the implementation of component-based architectures, reactive state management, and the use of a virtual DOM to synchronize application state with the browser. The documentation details capabilities including client-side routing, declarative DOM manipulation, and frontend build opt

    JavaScript
    عرض على GitHub↗4,981
  • coryhouse/react-slingshotالصورة الرمزية لـ coryhouse

    coryhouse/react-slingshot

    9,646عرض على GitHub↗

    react-slingshot is a JavaScript frontend boilerplate and starter kit designed to bootstrap React applications. It provides a pre-configured foundation that integrates React and Redux for state management, alongside routing and a unidirectional data flow. The project features an integrated build pipeline that handles Babel transpilation, Sass compilation, and module bundling. It includes a development environment with hot module replacement and source maps for rapid iteration, as well as production optimization tools for minifying assets and analyzing bundle size. The toolkit covers a broad s

    JavaScriptboilerplatereactredux
    عرض على GitHub↗9,646
عرض جميع البدائل الـ 30 لـ Angular App→

الأسئلة الشائعة

ما هي وظيفة angular-app/angular-app؟

هذا تطبيق مرجعي لـ AngularJS يوضح المعمارية وهيكل المجلدات وتنظيم الوحدات المطلوبة لبناء تطبيقات الصفحة الواحدة. يعمل كتطبيق CRUD يعتمد على REST ومصمم لإدارة المشاريع.

ما هي الميزات الرئيسية لـ angular-app/angular-app؟

الميزات الرئيسية لـ angular-app/angular-app هي: AngularJS Modular Architectures, CRUD Operations, Application State Synchronizations, CRUD Architectures, CRUD Applications, RESTful CRUD Implementations, Two-Way Data Binding, CI/CD Pipeline Design.

ما هي البدائل مفتوحة المصدر لـ angular-app/angular-app؟

تشمل البدائل مفتوحة المصدر لـ angular-app/angular-app: mgechev/angularjs-style-guide — This project is a comprehensive set of architectural patterns, coding standards, and reference materials for AngularJS… sudheerj/angular-interview-questions — This project is a curated collection of technical interview questions and detailed answers designed for professional… vuejs/v2.vuejs.org — This is the comprehensive documentation website for the Vue 2 progressive JavaScript framework. It serves as a… coryhouse/react-slingshot — react-slingshot is a JavaScript frontend boilerplate and starter kit designed to bootstrap React applications. It… tbranyen/backbone-boilerplate — This project is a boilerplate for web applications built with the Backbone.js framework. It provides a structured… gofiber/recipes — This project is a comprehensive library of reference implementations and patterns for building web applications using…