A clean and modern Portfolio website built with Next.js, styled using TailwindCSS, and deployed on Vercel.
- β‘ Built with Next.js 14
- π¨ Styled with TailwindCSS
- π± Fully responsive design
- π Deployed on Vercel
- π§© Easy to customize & extend
-
Make sure Git and NodeJS are installed.
-
Clone this repository:
git clone https://github.com/pykinsu/nextjs-portfolio.git cd nextjs-portfolio ```
-
Install dependencies:
npm install --legacy-peer-deps or yarn install --legacy-peer-deps
-
Run the development server:
npm run dev or yarn dev
App will be available at http://localhost:3000 π
Easily deploy this project on Vercel with just one click:
nextjs-portfolio/
β-- public/ # Assests (images, icons, etc.)
β-- src/
β βββ app/ # Next.js App Router pages
β βββ components/ # Reusable UI components
β βββ lib/ # Utilities
β-- package.jsonKinsu Rajput
If you like this project, consider giving it a β on GitHub!




