2021 Portfolio screenshot

2021 Portfolio

Author Avatar Theme by Braydentw
Updated: 17 Oct 2021
7 Stars

My 2021 portfolio built with NextJS and Tailwind.

Categories

Overview

Braydentw.com is a portfolio website belonging to a frontend developer and designer with a passion for React.js and open source projects. This website showcases the developer’s skills, projects, and interests. It is built using Next.js, Vercel, and Tailwind CSS.

Features

  • Next.js: This website is built using Next.js, a popular React framework that allows for server-side rendering and other performance optimizations.
  • Vercel: The website is hosted on Vercel, a platform for static site hosting and serverless functions. This ensures fast and reliable performance.
  • Tailwind CSS: The website’s styling is done using Tailwind CSS, a utility-first CSS framework that allows for quick and easy customization.

Installation

To run this website locally, follow the steps below:

  1. Clone the GitHub repository for this website.

  2. Navigate to the project directory in your terminal.

  3. Run the following command to install the necessary dependencies:

    npm install
    
  4. Once the installation is complete, start the local development server using the following command:

    npm run dev
    
  5. Open your browser and visit http://localhost:3000 to see the website running locally.

Summary

Braydentw.com is a portfolio website that showcases the skills and projects of a frontend developer and designer. It is built with Next.js, Vercel, and Tailwind CSS, ensuring fast performance and easy customization. By following the installation guide, developers can run the website locally and explore its features.