Portfolio

screenshot of Portfolio
nextjs
react
tailwind
headless-ui
contentful

Photo Portfolio w/ Next.js + TailwindCSS + Contentful

Overview

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.

Features

  • Next.js: The portfolio is built using Next.js, a popular React framework that provides server-side rendering and other performance optimizations.
  • TailwindCSS: It utilizes TailwindCSS, a utility-first CSS framework, for styling and layout purposes.
  • Contentful: The portfolio pulls content from Contentful, a headless CMS, to dynamically populate the site with photography-related data.
  • Analytics w/ Umami: It integrates analytics functionality using Umami, allowing for tracking and analysis of website visitors.
  • Hosted on Vercel: The portfolio is hosted using Vercel, a serverless deployment platform, for improved scalability and reliability.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

headless-ui
Headless UI

Headless UI is a set of completely unstyled, fully accessible UI components for React, Vue, and Alpine.js that empower developers to build their own fully accessible custom UI components. Headless UI allows developers to focus on building accessible and highly functional user interfaces, without the need to worry about styling or layout.

contentful
Contentful

Contentful is a headless content management system (CMS) that provides a flexible and scalable platform for creating, managing, and delivering digital content across multiple channels and devices.

apollo
Apollo

Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.