1
00:00:07,680 --> 00:00:11,790
In this video, let's add the ad transaction form.

2
00:00:11,820 --> 00:00:20,190
So as always, inside the, shall we say, component and forms, let's pass the component for adding

3
00:00:20,190 --> 00:00:20,880
the form.

4
00:00:20,880 --> 00:00:23,100
And here we go again.

5
00:00:23,100 --> 00:00:25,470
I'll provide this file for you.

6
00:00:25,500 --> 00:00:30,960
So next step is that let's go ahead and create a route to match this component.

7
00:00:30,960 --> 00:00:37,350
So inside here, let's bring in the ADD transaction and here we go.

8
00:00:37,380 --> 00:00:46,680
So let's render that and let's copy this one and let's change this one to add transaction.

9
00:00:46,920 --> 00:00:50,970
And here are going to be add dash transaction.

10
00:00:53,010 --> 00:00:58,680
So inside the navigation order number, let's go ahead and then march this route.

11
00:00:58,680 --> 00:01:00,480
So here we go.

12
00:01:00,570 --> 00:01:02,670
That is the nav bar.

13
00:01:02,670 --> 00:01:06,810
And let's see, we have a test called now bar.

14
00:01:06,840 --> 00:01:10,770
If you scroll down, you can see we have a transaction or better store.

15
00:01:10,770 --> 00:01:15,660
We can search for ADD transaction and this is what we have.

16
00:01:15,750 --> 00:01:25,440
So I'm going to replace this one with ADD Dash transaction as we saw, if I click on ADD transaction,

17
00:01:25,440 --> 00:01:33,060
this is a form for adding transaction, the name transaction type amount, the category as we did from

18
00:01:33,060 --> 00:01:34,200
the back end.

19
00:01:34,800 --> 00:01:36,480
So let's get going.

20
00:01:36,840 --> 00:01:37,250
All right.

21
00:01:37,260 --> 00:01:45,240
In this video, let's fill out the number by providing the right navigation links, then using the H

22
00:01:45,260 --> 00:01:45,720
with.

