Nextjs Developer Portfolio screenshot

Nextjs Developer Portfolio

Author Avatar Theme by Cosmicjs
Updated: 8 Nov 2023
44 Stars

A developer portfolio template powered by the Cosmic headless CMS.

Categories

Overview:

The Developer Portfolio is a web application built with Next.js and Cosmic. It is a full-stack application that allows developers to showcase their work and manage template content easily. The application utilizes Next.js, a React framework for production, to create a performant and interactive user interface. Cosmic, a Headless CMS, enables developers to have independence over the data layer and quickly manage the content of the portfolio. The application also utilizes Tailwind CSS, a utility-first CSS framework, to provide customizable styling options.

Features:

  • Built with Next.js and Cosmic for a powerful and efficient development experience.
  • Headless CMS functionality allows for easy management of template content.
  • Utilizes Tailwind CSS for customizable styling options.
  • Supports Next.js Draft Mode for previewing unpublished blog posts and works pages.

Installation:

  1. Create an .env file in the root of the project.
  2. Log in to Cosmic and navigate to Bucket Settings > API Access.
  3. Take note of the values needed from the API Access page.
  4. Install the dependencies by running one of the following commands:
    • npm install
    • yarn install
  5. Run the development server:
    • npm run dev
    • yarn dev
  6. Open http://localhost:3000 in your browser to view the application.
  7. Start editing the page by modifying pages/index.js. The page will auto-update as you make changes.

Summary:

The Developer Portfolio is a Next.js and Cosmic application template that allows developers to easily create and manage their own portfolio website. It leverages the power of Next.js for efficient development and provides the flexibility of Cosmic as a Headless CMS. With features like Next.js Draft Mode and customizable styling with Tailwind CSS, developers have the tools they need to showcase their work effectively.