A fully responsive Image Gallery with dark & light-mode, using Nextjs
- Sanity for content management.
- Tailwindcss for building UI.
- Next Theme for dark and light mode.
- Clsx for constructing
classNamestrings conditionally. - Prettier for code formatting.
- Vercel for hosting.
Source: skillthrive's masonry image gallery
Clone the project
git clone https://github.com/Kiyoponn/image-gallery.gitGo to the project directory
cd image-galleryInstall dependencies
pnpm installStart dev server
pnpm dev