Angular Ngrx Nx Realworld Example App

screenshot of Angular Ngrx Nx Realworld Example App
angular
react

Real world application built with Angular 19, NgRx 19, nrwl/nx 20

Overview

The RealWorld Example App is a fullstack application built with Angular, ngrx/platform, nrwl/nx, demonstrating a social blogging site similar to Medium.com with features such as CRUD operations, authentication, routing, and pagination. It adheres to Angular community styleguides and best practices.

Features

  • Fully Fledged Application: Complete with CRUD operations, authentication, routing, and pagination.
  • JWT Authentication: Ability to authenticate users via JWT with login/signup forms and logout functionality.
  • CRUD Articles: Create, read, update, and delete articles.
  • Comments Functionality: Ability to add comments to articles and view/delete comments.
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.