1
00:00:00,690 --> 00:00:04,170
So now that that application is complete, but we are yet to anticipate it.

2
00:00:04,500 --> 00:00:07,200
So let's take a look at the app for now.

3
00:00:07,650 --> 00:00:09,120
So we have completed everything.

4
00:00:09,630 --> 00:00:11,160
OK, so let's open up.

5
00:00:11,280 --> 00:00:14,280
Open up a terminal run, then start.

6
00:00:14,580 --> 00:00:21,900
And we had application vetting this particular one because we are not using our loading state at this

7
00:00:21,900 --> 00:00:22,420
point of time.

8
00:00:22,740 --> 00:00:25,110
But otherwise, that app is functioning perfectly.

9
00:00:25,410 --> 00:00:27,210
So just take a look at the app.

10
00:00:28,380 --> 00:00:29,280
So here is our app.

11
00:00:29,520 --> 00:00:30,330
So here is that app.

12
00:00:30,330 --> 00:00:34,210
We're having Breaking Bad, but we are not getting characters.

13
00:00:34,210 --> 00:00:35,560
So why is that?

14
00:00:35,580 --> 00:00:38,100
Let me just refresh it manually.

15
00:00:39,210 --> 00:00:42,930
OK, so that means there's some sort of error in application if I just take a look back.

16
00:00:43,650 --> 00:00:45,420
So we're getting our data.

17
00:00:45,750 --> 00:00:49,800
OK, so use effect took is completely fine and OK.

18
00:00:52,190 --> 00:00:56,930
OK, so here is an error we're supposed to import Axios from our API.

19
00:00:57,740 --> 00:01:03,530
So this is our API registry as opposed to importer Axios from here, not from the actual Axios module.

20
00:01:03,920 --> 00:01:08,390
So we'll be importing an excuse from our components folder from components.

21
00:01:08,400 --> 00:01:15,530
Although we're importing a trauma API, dogs now hit save and it should hopefully work if there is not

22
00:01:15,530 --> 00:01:19,160
any other error in an application, which I really doubt there would be.

23
00:01:19,640 --> 00:01:21,440
So let's just take a look at the app.

24
00:01:21,590 --> 00:01:28,910
OK, so here we are getting old characters and as well as their names, so we are getting each and every

25
00:01:28,910 --> 00:01:29,420
one of them.

26
00:01:29,930 --> 00:01:32,210
But then again, this is pure HD.

27
00:01:32,440 --> 00:01:35,690
We haven't added to it, and you might recall our app.

28
00:01:36,450 --> 00:01:38,110
We are supposed to flip this right.

29
00:01:38,630 --> 00:01:41,420
We are not showing them underneath one another.

30
00:01:42,050 --> 00:01:44,090
So that's what we were configuring next.

31
00:01:44,300 --> 00:01:51,590
But before we do that, I want to actually add in that, add that loading screen so that it it shows

32
00:01:51,590 --> 00:01:53,150
us that it's been a while.

33
00:01:53,150 --> 00:01:54,260
We are loading our data.

34
00:01:54,470 --> 00:01:55,970
So that's what we're doing next.
