1 00:00:02,180 --> 00:00:08,600 With the important knowledge regarding how to navigate in your app and how to also manage state which 2 00:00:08,600 --> 00:00:15,470 is a crucial thing in pretty much any app you're building, it's now time for another app. In this and 3 00:00:15,470 --> 00:00:20,860 the next course modules, we'll work on a shopping app and in this module we'll build it 4 00:00:20,860 --> 00:00:26,310 regarding the navigation we need there, regarding the state management we need there, of course we'll also 5 00:00:26,330 --> 00:00:33,650 work with components and add some styling, so this module here is a great practice module and in the 6 00:00:33,650 --> 00:00:40,040 next lecture where I sketch the app and where we plan the app, I'll also challenge you to build the app 7 00:00:40,040 --> 00:00:47,300 on your own as a practice and then we'll also use this basic app in the subsequent modules to dive deeper 8 00:00:47,300 --> 00:00:50,330 into other aspects we haven't really touched on yet, 9 00:00:50,420 --> 00:00:58,280 like handling user input, sending HTTP requests, adding authentication, such stuff. So therefore, you can 10 00:00:58,370 --> 00:01:04,700 also skip this module if you want to but then you should be willing to download the final version of 11 00:01:04,700 --> 00:01:10,790 the app and manually go through it, understand the code, understand what we did there and maybe jump into 12 00:01:10,790 --> 00:01:16,700 some selected lectures of this module if there's something which is not clear to you because in the next 13 00:01:16,700 --> 00:01:21,800 modules, we'll build upon this app but I would definitely recommend that you don't skip this module but 14 00:01:21,800 --> 00:01:24,230 instead follow along or try it on your own 15 00:01:24,320 --> 00:01:28,150 because this now is a great practice of all the things you learned thus far. 16 00:01:28,290 --> 00:01:32,000 Now with that, let's dive in and let's see what we built before we then start building it.