Skip to content

devratdave/portfolio

Repository files navigation

💼 Devrat Dave — Developer Portfolio

Welcome to my personal portfolio website — built with cutting-edge technologies like Next.js, TypeScript, Tailwind CSS, and Framer Motion. It showcases my projects, skills, and includes a contact form for easy communication.

🚀 Tech Stack

  • Next.js – App Router & Server Actions
  • TypeScript – Type safety throughout the codebase
  • Tailwind CSS – Fast and modern styling using utility classes
  • Framer Motion – Smooth animations and transitions
  • Resend – Email service powering the contact form
  • Lucide Icons – Clean, modern icon set

📬 Contact Form via Resend

The contact form is fully functional using Resend, a modern email API.

➕ Features

  • Sends emails directly to your inbox
  • Validations and loading states included
  • Uses .env.local for secure credentials

🔐 .env.local Example

RESEND_API_KEY=your_resend_api_key_here
EMAIL_FROM=onboarding@resend.dev
EMAIL_TO=youremail@example.com

🧪 Local Development

git clone https://github.com/yourusername/your-portfolio.git
cd your-portfolio
npm install
cp .env.local.example .env.local

Create a .env.local file and add:

RESEND_API_KEY=your_resend_api_key_here
EMAIL_FROM=onboarding@resend.dev
EMAIL_TO=youremail@example.com

Start the dev server:

npm run dev

📫 Contact

Feel free to reach out to me via any of the platforms below:

💼 LinkedIn: linkedin.com/in/devratdave

🐙 GitHub: github.com/devratdave

Or drop me a message through the Contact Form on the site.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published