Welcome to my personal portfolio website, built using Next.js and deployed on Vercel. This project showcases my skills, experience, and projects as a full stack developer.
🔗 Live Preview: ansh-portfolio-001.vercel.app
- ✨ Fully responsive design
- ⚡ Built with Next.js for performance and SEO
- 🧩 Modular, reusable components
- 📁 Projects showcase with live demo links
- 📜 Resume/CV download
- 📫 Contact form or social media links
- Frontend: Next.js, React.js, Tailwind CSS
- Deployment: Vercel
- Icons: Lucide / FontAwesome / HeroIcons (as used)
/
├── components/ # Reusable UI components
├── pages/ # Application routes
│ ├── index.tsx # Homepage
│ ├── about.tsx # About Me section
│ ├── projects.tsx # Project Showcase
│ └── contact.tsx # Contact Form or Info
├── public/ # Static assets like images
├── styles/ # Tailwind config or global styles
└── README.mdTo run this project on your local machine:
# Clone the repository
git clone https://github.com/your-username/ansh-portfolio.git
# Go to the project directory
cd ansh-portfolio
# Install dependencies
npm install
# Run the development server
npm run devThen open http://localhost:3000 in your browser.
This project is licensed under the MIT License.