Nextjs Portfolio

screenshot of Nextjs Portfolio
nextjs
react
tailwind

Source Code for my rebranded personal website and portfolio.

Overview:

The source code provided is for a personal blog and portfolio created as a testing ground for new web development features and practices. It showcases the developer's portfolio projects, writings, and experiments, while also offering assistance to designers looking to build their online portfolios. The website is currently built using Next.js, deployed on Vercel, and styled with Tailwind CSS v3.2. The content is managed using Cosmic.js CMS, but there are plans to switch to using a Framer website for improved ease of use.

Features:

  • Portfolio Projects: Showcases the developer's projects.
  • Writings: Includes articles and writings by the developer.
  • Experiments: Provides a space for the developer to test new features.
  • Assistance for Designers: Offers help to designers in building their online portfolios.
  • Built with Next.js: Utilizes Next.js for website development.
  • Deployed on Vercel: Hosting and deployment done through Vercel platform.
  • Styled with Tailwind CSS v3.2: Styling using the Tailwind CSS version 3.2.
  • Content Managed using Cosmic.js CMS: Utilizes Cosmic.js as the content management system.

Summary:

The source code presented is for a personal blog and portfolio that serves as a learning platform for experimenting with new web development features and practices. It offers insights into the developer's projects, writings, and experiments, while also providing assistance to designers in creating their online portfolios. With technologies such as Next.js, Vercel, Tailwind CSS, and Cosmic.js CMS, the website showcases a modern approach to web development and content management.

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.

blog
Blog

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.

personal
Personal

A personal website is an online platform that showcases an individual's work, interests, and personality. It can include a range of content, such as a bio, resume, portfolio, blog, and contact information, and is often used to promote one's personal brand or professional services.

portfolio
Portfolio

A portfolio website is a type of website that showcases an individual's or a company's work, skills, and accomplishments. It typically includes a gallery of images or videos, case studies, and client testimonials to provide potential clients or employers with a comprehensive overview of their experience and expertise.

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.