Skip to content

arafaths/portfolio

Repository files navigation

🚀 Arafat Portfolio

A modern, responsive developer portfolio website built using Next.js, Tailwind CSS, and Framer Motion. Showcases my skills, projects, and contact information with smooth animations and a clean UI.


🌐 Live Demo

🔗 https://arafaths.vercel.app/


✨ Features

  • ⚡ Modern Hero Section with animations
  • 🧑‍💻 About Me section
  • 🛠 Skills showcase
  • 📂 Projects section with live demo & GitHub links
  • 📬 Contact form (EmailJS integration)
  • 📱 Fully responsive (mobile + desktop)
  • 🎨 Smooth animations using Framer Motion
  • 🌙 Dark themed UI

🧰 Tech Stack

  • Frontend: Next.js, React
  • Styling: Tailwind CSS
  • Animation: Framer Motion
  • Email Service: EmailJS

📁 Folder Structure

src/
 ├── app/
 │   ├── page.js
 │   ├── layout.js
 │
 ├── components/
 │   ├── Navbar.jsx
 │   ├── Hero.jsx
 │   ├── About.jsx
 │   ├── Projects.jsx
 │   ├── Contact.jsx
 │   ├── Footer.jsx
 │
public/
 ├── profile.png
 ├── favicon.ico

⚙️ Installation

Clone the project and install dependencies:

git clone https://github.com/arafaths/portfolio
cd your-repo
npm install

Run the development server:

npm run dev

Open in browser:

http://localhost:3000

🔐 Environment Variables

Create a .env.local file and add:

NEXT_PUBLIC_EMAILJS_SERVICE=your_service_id
NEXT_PUBLIC_EMAILJS_TEMPLATE=your_template_id
NEXT_PUBLIC_EMAILJS_KEY=your_public_key

📬 Contact Form Setup (EmailJS)

  1. Create account on EmailJS
  2. Connect your Gmail
  3. Create template with variables:
{{user_name}}
{{user_email}}
{{message}}

🖼 Screenshots

(Add your project screenshots here)


📌 Future Improvements

  • 🔥 Add blog section
  • 🌙 Light/Dark mode toggle
  • 📊 More animations & interactions
  • 🌍 Multi-language support

🙋‍♂️ About Me

I’m a MERN Stack Developer (Fresher) currently learning and building modern web applications. I love turning ideas into real-world projects and continuously improving my skills.


📧 Contact


⭐ Show Your Support

If you like this project, please ⭐ star the repository!


📝 License

This project is open-source and available under the MIT License.

About

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors