Blogable

Made with:Next.js, React, TypeScript, Tailwind, Remark

A statically generated blog built using Next.js 14 App Router and Markdown. It reads `.md` files from the local filesystem, parses metadata (title, date), and converts Markdown content into HTML using `remark`.

project image

Dynamic routes are generated via `generateStaticParams`, and posts are rendered with semantic HTML and Tailwind styling. This project helped me deeply understand how static generation, file system access, and Markdown rendering work in a modern React/Next.js setup.

project image
go back
krovi