1
00:00:00,330 --> 00:00:00,900
And welcome.

2
00:00:01,200 --> 00:00:06,090
So today we're going to create a really special application using reagents.

3
00:00:06,570 --> 00:00:12,570
So this is the Google search application, which is which we are going to create using the ideas and

4
00:00:12,570 --> 00:00:15,930
we are going to make use of the we will search API.

5
00:00:16,170 --> 00:00:18,330
This is a fully functional application.

6
00:00:18,840 --> 00:00:25,110
You can search anything you want in the search bar and then you can start it according to the categories

7
00:00:25,110 --> 00:00:26,640
like news, images or videos.

8
00:00:26,970 --> 00:00:32,940
By default, this is the text, which is that inside two thirds application, but you can type anything

9
00:00:32,940 --> 00:00:41,800
here and you can, for example, books and then you can hit enter and it will fetch you the data.

10
00:00:41,820 --> 00:00:49,830
It will take some time and you can see it's showing you the links or be anything related to that particular

11
00:00:49,830 --> 00:00:52,460
keyword, which you search is being shown here.

12
00:00:52,470 --> 00:00:56,880
You can go to new sections or news will be shown according to that particular keyword.

13
00:00:57,540 --> 00:01:03,330
And this is the beautiful loader which we implemented, like when the data being phased from the API.

14
00:01:03,330 --> 00:01:06,390
So this loader or spindle will be there.

15
00:01:06,420 --> 00:01:11,260
Next, we can go to the images section so that also there's an loader.

16
00:01:11,280 --> 00:01:15,810
You can see all the images related to that, and same for the video section.

17
00:01:16,050 --> 00:01:23,100
So this all will be building from scratch today, and we have also provided the functionality or dark

18
00:01:23,100 --> 00:01:23,580
mode here.

19
00:01:23,580 --> 00:01:26,520
So you can just click on this to make it light.

20
00:01:26,760 --> 00:01:30,390
Or if you want the dark mode, you can switch to the dark mode.

21
00:01:30,630 --> 00:01:36,480
So this is what we are going to build it to the fully functional application and now talking about what

22
00:01:36,480 --> 00:01:42,330
we are going to use, we are going to make use, of course, like the actress and then the Google Search

23
00:01:42,330 --> 00:01:47,880
API, and then we are going to use tailwind CSIS or the styling and all.

24
00:01:48,750 --> 00:01:54,120
And of course, we are going to make use of many other APIs today, and this is going to be a really,

25
00:01:54,120 --> 00:01:55,410
really interesting project.

26
00:01:55,800 --> 00:02:03,060
And I hope you will learn something new in this project and start the project.
