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!




