1
00:00:00,480 --> 00:00:05,790
Everyone and welcome to today, we're going to create a review platform or the review application where

2
00:00:05,790 --> 00:00:14,280
you can just go ahead and type or review along with like the functionality to be able to delete it.

3
00:00:14,520 --> 00:00:21,750
And that would be the character shown on of how much you can type and after limit is, although you

4
00:00:21,750 --> 00:00:24,450
can type it any more, so then you can just delete it.

5
00:00:24,450 --> 00:00:28,770
You also have the search functionality here and you also have a dark mode feature here.

6
00:00:29,070 --> 00:00:31,440
So let me just give you a quick demo of the application.

7
00:00:31,440 --> 00:00:33,900
So this is how the UI of the application looks like.

8
00:00:34,260 --> 00:00:40,290
So these are some like hardcoded things, which are data so that a page doesn't look empty.

9
00:00:41,100 --> 00:00:49,990
Now let me add a new review here, so let me give like four more, but only.

10
00:00:50,250 --> 00:00:55,410
And now when I press the publish buttons, you can see my for demo purpose has been published here.

11
00:00:55,740 --> 00:00:57,660
And let me try to do another one.

12
00:00:58,140 --> 00:00:58,590
So

13
00:01:01,210 --> 00:01:09,960
Benmore second, and as I'm typing, you can see the number is decreasing here and we can see the alphabet,

14
00:01:10,050 --> 00:01:11,130
which we are left out with.

15
00:01:11,430 --> 00:01:14,400
And when I press the publish button, you can see that is that.

16
00:01:14,630 --> 00:01:19,740
And now if I did want to delete some things, so let me just delete this review.

17
00:01:19,740 --> 00:01:20,850
So it works fine.

18
00:01:20,850 --> 00:01:27,410
Whenever I delete button, it gets deleted and let me try to search maybe from D. So you can see if

19
00:01:27,420 --> 00:01:31,260
whatever the like a card which is having be in its title.

20
00:01:31,260 --> 00:01:32,640
So that is being shown here.

21
00:01:33,030 --> 00:01:34,950
And that is it.

22
00:01:34,950 --> 00:01:37,530
And let me try to show you the dark mode, too.

23
00:01:37,530 --> 00:01:44,520
Whenever I click this button that is a dark mode feature, which is almost like mode from light to dark,

24
00:01:44,640 --> 00:01:49,530
and the dark mode is applied globally in the application, the not talking what we will be using to

25
00:01:49,530 --> 00:01:50,520
build this application.

26
00:01:50,700 --> 00:01:54,000
So obviously, we will be using the ideas for building the application.

27
00:01:54,000 --> 00:02:00,060
And inside of that, we'll be using Material UI for the icons and we'll be using a special package,

28
00:02:00,060 --> 00:02:06,630
which is the menu ID from npm and that is used for generating a unique I.D. for every particular post

29
00:02:06,630 --> 00:02:12,720
so that that is the no idea which will be using and we'll be using used to talk, we'll be using functions

30
00:02:12,990 --> 00:02:16,410
and a lot more and we'll be writing this year from scratch.

31
00:02:16,470 --> 00:02:17,790
So that is a very good thing.

32
00:02:18,300 --> 00:02:24,610
So that is what we will be learning in this project and this is a really good one and soon in the next

33
00:02:24,610 --> 00:02:24,930
review.
