A simple personal portfolio website using Next.js, TypeScript, and Chakra UI.
Screen.Recording.2025-12-24.at.2.34.21.PM.mov
First, clone the repository
git clone https://github.com/SultanBadri/portfolio.gitThen, change into the portfolio directory, install dependencies, and run the development server:
cd portfolio
pnpm install
pnpm devOpen http://localhost:3000 with your browser to see the result.
Inspiration for the design of this project was taken from devaslife's YouTube video.