Another Portfolio screenshot

Another Portfolio

Author Avatar Theme by Harshgoel05
Updated: 19 Aug 2023
420 Stars

An eye-catching developer Portfolio, Built on NextJS.

Categories

Overview

Harsh’s Developer Portfolio is built using NextJS, statically typed in TypeScript. The website follows industry best practices for development.

Features

  • Built with NextJS: Utilizes NextJS for fast and efficient web development.
  • Statically Typed in TypeScript: Ensures type safety and improved code quality.
  • MIT License: Available under the MIT license for open-source use.
  • Contributing Guidelines: Clear guidelines for contributing to the project.
  • Code of Conduct: Specifies the code of conduct for contributors.
  • Forking Policy: Guidelines on forking the repository for personal use.

Installation

  1. Install Dependencies:
    npm install
    
  2. Building:
    npm run build
    
  3. Running Server:
    • Start the development server:
      npm run dev
      
    • Start the server:
      npm start
      
  4. Other Commands:
    • ESLint:
      npm run lint
      
    • Prettier:
      npm run format
      

Summary

Harsh’s Developer Portfolio, built on NextJS, is a well-structured project that serves as an example of best practices in web development. With features like TypeScript integration, clear contributing guidelines, and a permissive fork policy, this portfolio project showcases a commitment to open-source collaboration while upholding standards of code quality and conduct.