Are you struggling to create a professional portfolio website? Look no further! You can use the Developer Portfolio template and create your very own personalized portfolio today! My website is designed to be user-friendly and easily customizable, making it perfect for both developers and freelancers.
- HERO SECTION
- ABOUT ME
- EXPERIENCE
- SKILLS
- PROJECTS
- EDUCATION
- BLOG
- CONTACTS
node --version
git --version
npm install
# or
yarn installThen, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
Goto emailjs.com and create a new account for the mail sending. In free trial you will get 200 mail per month. After setup emailjs account, Please create a new .env file from .env.example file.
Eg:
NEXT_PUBLIC_EMAILJS_SERVICE_ID =
NEXT_PUBLIC_EMAILJS_TEMPLATE_ID =
NEXT_PUBLIC_EMAILJS_PUBLIC_KEY =Then, Customize data in the utils/data folder.
Eg:
export const personalData = {
name: "Sameer Butt",
profile: "/profile.jpeg",
designation: "Senior Full-Stack Software Developer (MERN)",
description: "My name is Sameer Butt....",
email: "sameerbuttsb29@gmail.com",
phone: "+923065496448",
address: "Lahore Pakistan",
linkedIn: "https://www.linkedin.com/in/sameer-butt-2691031b9/",
devUsername: "sameer0075",
resume: "...",
};devUsername Used for fetching blog from dev.to.
| Used Package List |
|---|
| next |
| @emailjs/browser |
| lottie-react |
| react-fast-marquee |
| react-icons |
| react-toastify |
| sass |
| tailwindcss |