My Blog and Portfolio

I am using Nestjs 13 with page , not the new App Dir , tailwindcss and mdx

Nextjs

Next. js is a JavaScript framework that is built on top of React, a popular library for building user interfaces. This means that you can use React to build your app, and Next. js provides additional tools and features to make the process easier. One of the main benefits of Next.

MDX :

MDX allows you to use JSX in your markdown content. You can import components, such as interactive charts or alerts, and embed them within your content. This makes writing long-form content with components a blast.

TailwindCss

Tailwind CSS is an open source CSS framework. The main feature of this library is that, unlike other CSS frameworks like Bootstrap, it does not provide a series of predefined classes for elements such as buttons or tables.

If you want to read more how to make a simple blog with Nextjs and mdx using tailwindcss go to my blog with this link: