Skip to content

Commit 9285ce4

Browse files
Update chapter-1 with project code and tutorial details
Add missing project code link
1 parent 1a05878 commit 9285ce4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/chapter-1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ After you complete this tutorial, you will
2121

2222
### What will we do?
2323

24+
Project code
25+
[https://github.com/this-is-angular/ngrx-course-app](https://github.com/this-is-angular/ngrx-course-app)
26+
2427
I hold a firm belief that in order to learn and understand something thoroughly, one has to put that knowledge to practice as soon as possible. So in this tutorial, we won't be just learning NgRx concepts and exploring small examples; we will be building a (not so large) Angular app on NgRx, that has practical value and real-world challenges. What kind of project is that? Well, to better understand the concepts of state management, we will build a financial logging application, a tool that allows the user to add income and expense logs, monitor their spending, categorize it, and even view charts. We will explore **all** NgRx concepts during the development of that app. The app already exists, written by me, and can be found at this GitHub Repository (visit it and follow instructions to install and run it on your machine). You can of course view the existing app, but it would be far more beneficial to build it together, step-by-step, grasping all the concepts and using the best known practices.
2528

2629
### How is this tutorial structured?

0 commit comments

Comments
 (0)