A Developer's Journal Admin

This is a Next.js project bootstrapped with create-next-app.

It is the admin dashboard for authoring and editing the content of A Developer's Journal

  • Style - tailwindCSS

  • Form - React Hook Form

Run the development server:

npm run dev

What I've learned

  • Include JWT to request header
  • Auto save blog posts
  • Client component VS Server component
  • Responsive design with tailwindCSS