Skip to content

aliseyedi01/Next.js-Blog-App

Repository files navigation

Project Blog App

Blog App for Learning Next.js

Demo

Blog App

Screenshots

Desktop

image

image

Mobile

DarkMode LightMode
Image 1 Image 2

Features

  • Static Site Generation ( SSG)
  • Client Side Rendering ( CRS )
  • Responsive Design
  • Dark Mode
  • SEO Optimization
  • Primereact UI

Technologies used

  • Hook
    • built-in
      • useState
      • useEffect
      • useRouter
    • cutsom
      • useDarkMode
  • Style
    • FrameWork
      • TailwinCss
      • Primereact UI
      • Prettier Plugin TailwindCss
    • Icon
      • React Icon

Run Locally

  1. Clone the project
  https://github.com/aliseyedi01/Blog-App.git
  1. Go to the project directory
  cd Blog-App
  1. Install dependencies
  npm install
  1. Start the server
  npm run dev