Photo Portfolio w/ Next.js + TailwindCSS + Contentful
The Photo Portfolio V3 is a Next.js + TailwindCSS-based codebase for a photography portfolio, specifically designed for https://jpvalery.photo. It was initially launched in March 2021 and serves as a showcase for the photographer’s work.
To install the Photo Portfolio V3 codebase and set it up for your own project, follow the guide below:
git clone <repository-url>
cd <project-directory>
npm install
npm run dev
http://localhost:3000
.Please note that the codebase can serve as a reference for other projects but requires replicating the Contentful schema to work correctly.
The Photo Portfolio V3 is a Next.js + TailwindCSS-based codebase for a photography portfolio. It offers key features such as Next.js integration for server-side rendering, TailwindCSS for easy styling, and Contentful for dynamically pulling content. The portfolio also includes analytics functionality using Umami and is hosted on Vercel. It can be useful as a reference for similar projects, but note that the Contentful schema needs to be replicated for it to work properly.