realworld-apps/angular-realworld-example-app

Exemplary real world application built with Angular

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 12th, 2026
Created on September 22nd, 2016
Open Issues & Pull Requests: 13 (+0)
GitHub issues: Enabled
Number of forks: 3,477
Total Stargazers: 5,628 (+0)
Total Subscribers: 230 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.2 days
Mean response time: 305.1 days
90th percentile: 173.4 days
Tracked items: 10

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,914 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Angular Example App is a reference implementation of a full-stack web application built with Angular.

The project demonstrates how to build a production-ready Angular application that interacts with a backend API. It implements a social blogging platform called Conduit with features including user authentication via JWT, article creation and management, commenting, user profiles, article favoriting, and user following. The codebase adheres to the Angular Styleguide and best practices, showing patterns for routing, pagination, CRUD operations, and state management across multiple pages and user workflows.

Developers should use this project as a learning resource or reference when building Angular applications at scale. It suits teams seeking to understand how to structure a real-world Angular codebase with proper separation of concerns and adherence to framework conventions. The README notes that developers seeking more comprehensive examples of complex Angular patterns may want to explore the RealWorld Angular organization, which offers additional specialized implementations.

The project uses Bun as its build and package management tool. Development activity shows consistent maintenance with setup procedures documented for keeping the codebase synchronized after updates. The build system is straightforward, with a single command to generate production artifacts in the dist directory.