Create a full blog module inside the project to display articles.
Requirements
- Create
/blog page to list all posts (static JSON file allowed)
- Create dynamic route
/blog/[slug]
- Render content using a Markdown parser
- Add table of contents on the side
- Apply proper responsive styling
Why This Is Hard
Contributor must understand routing, dynamic pages, Markdown rendering, and clean UI.
Expectations
- Clean folder structure (blog folder with components)
- At least 3 sample posts in JSON or MD
- Mobile friendly
Create a full blog module inside the project to display articles.
Requirements
/blogpage to list all posts (static JSON file allowed)/blog/[slug]Why This Is Hard
Contributor must understand routing, dynamic pages, Markdown rendering, and clean UI.
Expectations