Welcome to my personal developer portfolio built with React.js and styled using Tailwind CSS. This project showcases my skills, experience, and personal projects as a front-end web developer specialized in building responsive, user-friendly web applications.
- React.js – Component-based UI development
- Tailwind CSS – Utility-first styling framework
- JavaScript (ES6+) – Logic and dynamic behavior
- HTML5 & CSS3 – Semantic and responsive structure
- Vercel -For deployment
- 👤 About Me section with contact icons and resume buttons
- 🎨 Skill summary with animated badges
- 📁 Projects section
- 📄 Resume view and download functionality
- 🔗 Social links (GitHub, LinkedIn, Email)
- 📱 Fully responsive design
- 💡 Clean, readable, and modular code
portfolio/
├── .vscode/
├── node_modules/
├── public/
│ ├── su.jpg
│ ├── Suman Frontend Developer..pdf
│ └── vite.svg
├── src/
│ ├── assets/
│ │ ├── image/
│ │ └── react.svg
│ ├── components/
│ │ ├── AboutMe.jsx
│ │ ├── Contact.jsx
│ │ ├── Education.jsx
│ │ ├── Footer.jsx
│ │ ├── Project.jsx
│ │ └── Skills.jsx
│ ├── pages/
│ ├── App.css
│ ├── App.jsx
│ ├── index.css
│ └── main.jsx
├── .gitignore
├── eslint.config.js
├── index.html
├── package-lock.json
├── package.json
├── postcss.config.js
├── tailwind.config.js
├── vite.config.js
└── README.md