1
00:00:02,000 --> 00:00:05,000
Now, we are done with this blog project.

2
00:00:05,000 --> 00:00:07,000
We added a lot of features.

3
00:00:07,000 --> 00:00:11,000
Posts, starting page, featured posts, all posts,

4
00:00:11,000 --> 00:00:13,000
single posts, where we (indistinct)

5
00:00:13,000 --> 00:00:14,000
all the show code snippets

6
00:00:14,000 --> 00:00:17,000
or render images.

7
00:00:17,000 --> 00:00:20,000
The contact form with the notification at the bottom

8
00:00:20,000 --> 00:00:22,000
and the entire back end for this.

9
00:00:22,000 --> 00:00:25,000
Our posts, which are stored as match down files

10
00:00:25,000 --> 00:00:28,000
and which are being parsed with our own code.

11
00:00:28,000 --> 00:00:30,000
And where we get the data from

12
00:00:30,000 --> 00:00:32,000
out of these post file styrofoam

13
00:00:32,000 --> 00:00:35,000
and also the API route for the contact form,

14
00:00:35,000 --> 00:00:39,000
where we store submitted messages in a database.

15
00:00:39,000 --> 00:00:40,000
In this course module,

16
00:00:40,000 --> 00:00:43,000
we basically practiced all the things

17
00:00:43,000 --> 00:00:44,000
we learned throughout this course.

18
00:00:44,000 --> 00:00:47,000
And therefore, hopefully with this module,

19
00:00:47,000 --> 00:00:52,000
you now have a thorough understanding of how Next.js works,

20
00:00:52,000 --> 00:00:54,000
what its core features are,

21
00:00:54,000 --> 00:00:56,000
when to use which feature,

22
00:00:56,000 --> 00:01:00,000
and how to wire all those things up.

23
00:01:00,000 --> 00:01:01,000
Because of course with that,

24
00:01:01,000 --> 00:01:03,000
you can build more than just blocks.

25
00:01:03,000 --> 00:01:05,000
You can build an online shop,

26
00:01:05,000 --> 00:01:07,000
you can build a social network,

27
00:01:07,000 --> 00:01:09,000
you can build whatever you want.

28
00:01:09,000 --> 00:01:12,000
And Next.js is a great framework for debt

29
00:01:12,000 --> 00:01:14,000
with a lot of built in features

30
00:01:14,000 --> 00:01:18,000
that make your life as a React developer easier,

31
00:01:18,000 --> 00:01:22,000
even easier than it might already be with React.

