Self Site screenshot

Self Site

Author Avatar Theme by Meszarosdezso
Updated: 23 Dec 2025
5 Stars

My online portfolio's source code.

Categories

Overview:

The portfolio website is built using Next.js, TypeScript, and Sass. It features a modern and responsive design that showcases the owner’s work effectively. The website is licensed under the MIT License, allowing for free usage and customization.

Features:

  • Next.js: The website is built using Next.js, a popular React framework that provides improved performance and SEO optimization.
  • TypeScript: TypeScript is used to add static typing to the project, improving developer productivity and reducing bugs.
  • Sass: The styling of the website is done using Sass, a powerful CSS preprocessor that allows for easy organization and maintenance of stylesheets.

Installation:

To install and run the portfolio website, follow these steps:

  1. Clone the project repository:
git clone <repository-url>
  1. Navigate to the project directory:
cd portfolio-website
  1. Install the required dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open the website in your browser at the following URL:
http://localhost:3000

Summary:

The portfolio website is a well-designed and performant website built using Next.js, TypeScript, and Sass. It provides a great platform for showcasing the owner’s work. The website is easy to install and customize, thanks to the MIT License provided with the project.