Skip to content

A modern blog application built with Next.js, TailwindCSS, and other cutting-edge technologies.

Notifications You must be signed in to change notification settings

Ahkar02468/next-blog

Repository files navigation

Next.js Blog Project

A modern blog application built with Next.js, TailwindCSS, and other cutting-edge technologies.

Blogs List Form Style

🚀 Features

  • Modern UI with TailwindCSS and shadcn/ui
  • Responsive design
  • Custom color scheme system
  • Animated components

🛠️ Tech Stack

  • Next.js - React framework for production
  • TailwindCSS - For styles
  • shadcn/ui - For Beautifully designed components that you can copy and paste into your apps.

Get Started GitHub

🏗️ Installation

  1. Clone the repository:
git clone [repository-url]

🎯 Environment Variables

Create a .env.local file in the root directory and add the following variables:

NEXT_PUBLIC_MONGO_URI=your mongo connection string

Install the dependencies:

cd next-blog
pnpm install
pnpm dev

🎨 Project Structure

blog/
├── src/
│   ├── app/
│   ├── components/
│   └── database/
|   └── models/
├── public/
├── tailwind.config.js
├── postcss.config.mjs
└── next.config.mjs

About

A modern blog application built with Next.js, TailwindCSS, and other cutting-edge technologies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published