1
00:00:21,920 --> 00:00:25,880
So now we know that React works with component, it is no secret, right?

2
00:00:26,210 --> 00:00:31,790
So it is a good idea to take a look around that up and discuss what all components are up includes so

3
00:00:31,790 --> 00:00:32,810
that we can make it.

4
00:00:34,010 --> 00:00:39,770
So if you just scrap, we see the first component as a balance component, and the next component as

5
00:00:39,770 --> 00:00:42,890
you might see is the income as well as expense statement.

6
00:00:43,490 --> 00:00:48,020
And the third component is the list of elements that we have borrowed or spend money on.

7
00:00:48,740 --> 00:00:53,840
And the fourth component and the fourth component is that our transactions component that is going to

8
00:00:53,840 --> 00:00:59,450
either add to our income or to add expense and a total of income and expense is going to be displayed

9
00:00:59,450 --> 00:01:00,170
on our balance.

10
00:01:00,800 --> 00:01:02,870
So let's start making it up.
