This is my personal portfolio website, built with Next.js and Tailwind CSS.
- Responsive, modern design
- Dark mode with animated transitions
- Skills, projects, and contact/social links
- Visitor counter
- Uses Geist font
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 in your browser to see the result.
- Edit your profile and skills in
src/app/components/ProfileHeader.jsandSkillsList.js. - Add or update projects in
src/app/components/ProjectsSection.js. - Change the favicon or avatar by editing the
<Head>insrc/app/page.js.