This is a modern portfolio website built with Next.js, React, and Tailwind CSS.
- Responsive design
- Custom sections for intro, projects, achievements and more
- Animated counters and interactive UI
- Dark mode support
- Contact and social links
- Easy to customize
-
Clone the repository:
git clone https://github.com/Hell0WorldAgain/my-portfolio.git cd my-portfolio -
Install dependencies:
npm install # or yarn install -
Run the development server:
npm run dev # or yarn dev -
Open http://localhost:3000 to view your site.
src/app/- Main application codesrc/app/components/- Reusable UI componentssrc/app/components/layout/header/Logo/- Logo componentsrc/app/components/layout/footer/- Footer componentpublic/- Static assets (images, icons, etc.)
- Update your name, logo, and content in the respective components.
- Edit styles using Tailwind CSS classes.
- Add or remove sections as needed in
src/app/page.tsx.
You can deploy this project to Vercel or any platform that supports Next.js.
This project is licensed under the MIT License.
Made with ❤️