WEBVTT

1
00:00:01.840 --> 00:00:09.620
Now, with that, we built a basic REST API with our knowledge as developers and with

2
00:00:09.620 --> 00:00:17.300
lots of help by AI tools like GitHub Copilot and Cursor, which is the idea of this course

3
00:00:17.300 --> 00:00:18.060
after all.

4
00:00:18.900 --> 00:00:23.000
Now, of course, you also might want to build a frontend for this API.

5
00:00:24.680 --> 00:00:31.420
A website, maybe with a framework or library like React or Vue or Angular or anything like

6
00:00:31.420 --> 00:00:31.560
that.

7
00:00:31.640 --> 00:00:33.380
Maybe you want to build a mobile app.

8
00:00:33.800 --> 00:00:37.520
And of course, you can use AI tools for that as well.

9
00:00:38.440 --> 00:00:45.620
You can also use GitHub Copilot and Cursor to generate such code, React code, for example.

10
00:00:45.840 --> 00:00:49.240
You can also use it to generate CSS code for styling.

11
00:00:50.780 --> 00:01:01.200
But I also want to highlight services like v0, which you can visit on v0.dev or Repl.it

12
00:01:01.200 --> 00:01:03.360
or similar AI tools.

13
00:01:03.760 --> 00:01:08.720
Because even though I mentioned at the beginning of the course that those won't be the focus

14
00:01:08.720 --> 00:01:14.740
of this course, and they aren't, even though that's the case, these can be useful services

15
00:01:14.740 --> 00:01:23.800
and especially v0 can be very useful if you want to generate frontend, web frontend components.

16
00:01:24.740 --> 00:01:29.020
If you want to generate styled components you can use on your website.

17
00:01:29.340 --> 00:01:31.520
It can be a useful tool for that.

18
00:01:31.980 --> 00:01:36.700
Repl.it also can be useful if you want to generate entire user interfaces.

19
00:01:38.080 --> 00:01:42.000
So the HTML code and the styling behind it, for example.

20
00:01:43.380 --> 00:01:47.020
And that's why I want to mention these tools here, because you don't need them.

21
00:01:47.320 --> 00:01:52.420
You can write all the code and generate all the styling code with Cursor, with GitHub

22
00:01:52.420 --> 00:01:57.680
Copilot, with ChatGPT, so with the tools we covered in this course, by using the same

23
00:01:57.680 --> 00:02:00.000
techniques we used in this course in the end.

24
00:02:00.480 --> 00:02:03.980
But you could also consider using tools like these in addition.

25
00:02:05.980 --> 00:02:12.360
Not just for frontend work, but especially for that kind of work, at least in my experience.

26
00:02:13.760 --> 00:02:19.400
Now for this application we won't build a frontend together, because we could of course

27
00:02:19.400 --> 00:02:23.620
build an infinite amount of applications or additions.

28
00:02:23.860 --> 00:02:29.020
We could make this API more complex, we could build a mobile frontend, a web frontend and

29
00:02:29.020 --> 00:02:29.980
so on.

30
00:02:30.060 --> 00:02:32.900
And that's simply not the idea of this course.

31
00:02:34.720 --> 00:02:40.960
You now hopefully have a good understanding of the most important tools, at least in my

32
00:02:40.960 --> 00:02:46.680
opinion, GitHub Copilot and Cursor, and how you can use them to build applications like

33
00:02:46.680 --> 00:02:49.000
this or anything else you want to build.

