Skip to content

Implment simple blog with Next.js#291

Open
devdcii wants to merge 1 commit into
Zeff01:mainfrom
devdcii:christian-digman/fullstack-1-2
Open

Implment simple blog with Next.js#291
devdcii wants to merge 1 commit into
Zeff01:mainfrom
devdcii:christian-digman/fullstack-1-2

Conversation

@devdcii
Copy link
Copy Markdown

@devdcii devdcii commented Apr 27, 2026

Simple Blog Web Application - Next.js

Approach

Built a simple blog web application using Next.js App router with TypeScript and design using Tailwind CSS.

Features Implemented

  • Home page displaying list of blog posts with titles and excerpts
  • Individual blog post page with full content and back button
  • API route for /api/posts (returns all posts)
  • API route for /api/posts/[id] (returns single post)

Tech Stack Used

  • Next.js (App Router)
  • TypeScript
  • Tailwind CSS
image image image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant