image-gallery
image-gallery copied to clipboard
🖼️ Next.js 13 masonry image gallery
Image Gallery
A fully responsive Image Gallery with dark & light-mode, using Nextjs
⚙️ Utilities
- Sanity for content management.
- Tailwindcss for building UI.
- Next Theme for dark and light mode.
-
Clsx for constructing
className
strings conditionally. - Prettier for code formatting.
- Vercel for hosting.
🎨 Design
Source: skillthrive's masonry image gallery
✅ Run Locally
Clone the project
git clone https://github.com/Kiyoponn/image-gallery.git
Go to the project directory
cd image-gallery
Install dependencies
pnpm install
Start dev server
pnpm dev