Skip to content

SultanBadri/portfolio

Repository files navigation

Next.js Portfolio Website

A simple personal portfolio website using Next.js, TypeScript, and Chakra UI.

Getting Started

First, clone the repository

git clone https://github.com/SultanBadri/portfolio.git

Then, change into the portfolio directory, install dependencies, and run the development server:

cd portfolio
pnpm install
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Acknowledgements

Inspiration for the design of this project was taken from devaslife's YouTube video.