This is a portfolio website built with Next.js and Tailwind CSS. It showcases your skills, projects, and achievements in an elegant and responsive design.
- Clone the repository:
git clone https://github.com/msn698/portfolio.git - Navigate to the project directory:
cd portfolio-website - Install the dependencies:
npm install
- Start the development server:
npm run dev - Open your browser and visit
http://localhost:3000to view the website.
- Next.js (App Router)
- React
- Tailwind CSS
- Framer Motion
- Heroicons
- Resend (contact form email delivery)
Create a .env.local file with:
RESEND_API_KEY=your_resend_api_key
FROM_EMAIL=you@yourdomain.com
OWNER_EMAIL=you@yourdomain.com
NEXT_PUBLIC_CONTACT_EMAIL=you@yourdomain.com # optional fallback shown on form errors
NEXT_PUBLIC_WHATSAPP_NUMBER=9715XXXXXXXX # optional WhatsApp CTA (numbers only, no +)This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.