1
00:00:08,230 --> 00:00:13,450
In this video, we are going to work on the creation of an account.

2
00:00:13,600 --> 00:00:18,790
So when a user click on create account, we want to render the component.

3
00:00:19,090 --> 00:00:23,860
I'm going to provide a ready made component for the account.

4
00:00:23,860 --> 00:00:28,150
So let me pass it here and I'll provide the component for you.

5
00:00:28,460 --> 00:00:30,430
I'm going to follow the same process.

6
00:00:30,430 --> 00:00:39,190
So inside the forms and this is the component and I'll place it here and here we go for the account.

7
00:00:39,190 --> 00:00:47,720
We need the name of the account, the account type, the initial balance and notes as we did for handling

8
00:00:47,720 --> 00:00:49,660
the registration and log in.

9
00:00:50,170 --> 00:00:52,810
So for this one, we'll go over again.

10
00:00:52,810 --> 00:00:55,570
So for the meantime, let me comment this one.

11
00:00:55,570 --> 00:00:59,880
Otherwise we're going to have some error and inside the handle submit.

12
00:00:59,890 --> 00:01:03,850
Let me also comment that and now everything remains the same.

13
00:01:04,120 --> 00:01:08,380
So now let's go ahead and then render this component.

14
00:01:08,380 --> 00:01:10,300
So back to the app.

15
00:01:12,440 --> 00:01:19,550
And less require the ad account, this one.

16
00:01:19,550 --> 00:01:21,320
And here we go.

17
00:01:21,650 --> 00:01:24,360
Let me check the path when I click on this one.

18
00:01:24,380 --> 00:01:30,350
It goes to account and then create dashboard account create.

19
00:01:30,380 --> 00:01:32,300
So it goes like that.

20
00:01:32,540 --> 00:01:34,010
So here we go.

21
00:01:34,040 --> 00:01:40,040
Let me copy this one and let me change the component to this.

22
00:01:40,280 --> 00:01:50,360
And here is the path dashboard for a slash account for slash.

23
00:01:50,390 --> 00:01:51,140
Great.

24
00:01:51,230 --> 00:01:53,210
Now it matches the link.

25
00:01:53,240 --> 00:01:55,130
So now let's have a look.

26
00:01:55,160 --> 00:01:57,650
Well, you see, it is not defined.

27
00:01:58,460 --> 00:01:59,020
Yeah.

28
00:01:59,030 --> 00:02:01,850
So let's bring the you state here.

29
00:02:04,640 --> 00:02:06,110
And here you go.

30
00:02:06,140 --> 00:02:14,930
Let's see where at accounts this one is as account here.

31
00:02:15,800 --> 00:02:19,010
And this is a forum for adding accounts.

32
00:02:19,040 --> 00:02:19,730
Great.

33
00:02:19,940 --> 00:02:25,400
The account type investments, utilities, and many more.

