Back to projects
NextJs MDX Portfolio

NextJs MDX Portfolio

Joel Audu / December 9, 2024

This is a portfolio website built with NextJs and MDX. It uses the @next/mdx package to render MDX content in NextJs pages.

Features

  • MDX Support: Write content in MDX format.
  • Syntax Highlighting: Code blocks are syntax highlighted.
  • Custom Components: Use custom components in your MDX files.
  • Responsive Design: The website is responsive and works on all devices.

Technologies

  • NextJs: A React framework for building static and dynamic websites.
  • MDX: A file format that allows you to write JSX in your Markdown files.
  • Tailwind CSS: A utility-first CSS framework for building custom designs.
  • Vercel: A cloud platform for static sites and serverless functions.

Conclusion

This portfolio website is a great example of how you can use NextJs and MDX to build a modern website with dynamic content. By combining the power of NextJs and MDX, you can create interactive and engaging websites that are easy to maintain and update.