
Building layout and styling pages
In this part, we are focusing on adding the missing layout parts and styling the blog
Articles: 6
Discover the power of NextJS in this series where we are going to build a blog website. Learn step-by-step how to buid a blog with content stored in Markdown files, for simple and reliable content management. From setup to deployment, master NextJS while crafting your own feature-rich blog. If you are looking for a fun porject which you can use for your own personal website, you are in the right spot.
Last article added:
In this part, we are focusing on adding the missing layout parts and styling the blog
This time we will will set up react testing library with jest to handle unit testing
Let's build a service to provide our blog page with articles from markdown files
Setting up linting tools to keep our code consistent