Skip to content

Implement simple blog with Next.js#320

Open
lgalan94 wants to merge 1 commit into
Zeff01:mainfrom
lgalan94:litojr-galan/fullstack-1-2
Open

Implement simple blog with Next.js#320
lgalan94 wants to merge 1 commit into
Zeff01:mainfrom
lgalan94:litojr-galan/fullstack-1-2

Conversation

@lgalan94

@lgalan94 lgalan94 commented Jul 7, 2026

Copy link
Copy Markdown

SUMMARY

Implemented a simple blog application using Next.js App Router and TypeScript.

FEATURES

  • Displays a list of blog posts on the home page
  • Dynamic blog post pages using file-based routing
  • API endpoint to retrieve all blog posts
  • API endpoint to retrieve a single blog post by ID
  • Custom 404 page for invalid blog routes
  • Responsive UI built with Tailwind CSS

PROJECT STRUCTURE

  • Reusable BlogCard component
  • Static blog data stored separately
  • Shared TypeScript types
  • Clean folder organization using the App Router

TECH STACK

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

Thank you for reviewing my submission.

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