Angular 8 + Redux for beginners

A very simple Angular 8 + Redux + Angular Material setup for beginners to start digging with good patterns and a simple but well estructured project.

The live example can be found at https://nesjett.github.io/angular8_ngrx_material_skeleton/

The source code is available for public at GitHub: https://github.com/nesjett/angular8_ngrx_material_skeleton/tree/source

The project features the basics for using Angular + Redux, keeping It simple but following good practices.

If you are interested into learning Redux, check out this example!

This are some pics about the project that showcase the main features:

  • Adding bookmarks
  • Grouping by “group”
  • Groups can be any user customized string
  • Order alphabetically
  • Delete bookmarks
  • Basic Angular form validation
  • Toasts (user feedback) on bookmark add/delete