Self Site

screenshot of Self Site
nextjs
scss
strapi

My online portfolio's source code.

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.

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.

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.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

strapi
Strapi

Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.