awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
angular-app avatar

angular-app/angular-app

0
View on GitHub↗
5,793 estrellas·1,717 forks·JavaScript·MIT·7 vistas

Angular App

Este es una aplicación de referencia de AngularJS que demuestra la arquitectura, la estructura de carpetas y la organización de módulos necesarias para construir aplicaciones de una sola página (SPA). Funciona como una aplicación CRUD basada en REST diseñada para la gestión de proyectos.

El proyecto incluye una implementación completa de pipeline CI/CD y una suite de pruebas automatizadas. Estas herramientas automatizan el linting de código, la minificación de activos y la ejecución de pruebas unitarias y de extremo a extremo en múltiples navegadores para verificar la lógica de la aplicación.

La aplicación cubre el control de acceso frontend a través de patrones de autenticación y autorización. Además, implementa una arquitectura de aplicación CRUD para gestionar registros de datos a través de una API backend.

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.

Historial de estrellas

Gráfico del historial de estrellas de angular-app/angular-appGráfico del historial de estrellas de angular-app/angular-app

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Angular App

Proyectos open-source similares, clasificados según cuántas características comparten con Angular App.
  • mgechev/angularjs-style-guideAvatar de mgechev

    mgechev/angularjs-style-guide

    4,925Ver en 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

    Ver en GitHub↗4,925
  • sudheerj/angular-interview-questionsAvatar de sudheerj

    sudheerj/angular-interview-questions

    4,872Ver en 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
    Ver en GitHub↗4,872
  • vuejs/v2.vuejs.orgAvatar de vuejs

    vuejs/v2.vuejs.org

    4,981Ver en 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
    Ver en GitHub↗4,981
  • coryhouse/react-slingshotAvatar de coryhouse

    coryhouse/react-slingshot

    9,646Ver en 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
    Ver en GitHub↗9,646
Ver las 30 alternativas a Angular App→

Preguntas frecuentes

¿Qué hace angular-app/angular-app?

Este es una aplicación de referencia de AngularJS que demuestra la arquitectura, la estructura de carpetas y la organización de módulos necesarias para construir aplicaciones de una sola página (SPA). Funciona como una aplicación CRUD basada en REST diseñada para la gestión de proyectos.

¿Cuáles son las características principales de angular-app/angular-app?

Las características principales de angular-app/angular-app son: AngularJS Modular Architectures, CRUD Operations, Application State Synchronizations, CRUD Architectures, CRUD Applications, RESTful CRUD Implementations, Two-Way Data Binding, CI/CD Pipeline Design.

¿Qué alternativas de código abierto existen para angular-app/angular-app?

Las alternativas de código abierto para angular-app/angular-app incluyen: 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…