
From the blogpost
The purpose of this repository is to provide the frontend code for creating a portfolio using NextJS and Strapi. The repository assumes that the user has already set up their own backend using Strapi, as mentioned in the accompanying blog post. By using NextJS for the frontend and Strapi for the backend, users can easily create and manage their portfolio website.
This repository provides the frontend code for creating a portfolio website using NextJS and Strapi. It assumes that the user has already set up their own Strapi backend, as detailed in the accompanying blog post. The code examples and instructions in the repository enable users to easily integrate NextJS and Strapi, creating a functional and customizable portfolio website.

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 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
Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.