A modern, responsive, and elegant Frontend Developer Portfolio Website built using React and TailwindCSS, designed to showcase personal projects, skills, and experience in a clean and minimal layout.
This portfolio design is inspired by a Figma community template and optimized for performance, accessibility, and responsive design.
- ⚛️ Built with React.js (functional components + hooks)
- 🎨 TailwindCSS for modern utility-first styling
- 💻 Fully responsive design (mobile, tablet, and desktop)
- 🧭 Smooth scrolling and clean navigation
- 📄 Downloadable resume option
- 🧠 Well-structured components for easy scalability
- 🌙 Minimal and professional UI inspired by Figma
- 🔗 Social media integration (GitHub, LinkedIn, etc.)
| Technology | Description |
|---|---|
| React.js | Component-based frontend library |
| TailwindCSS | Utility-first CSS framework |
| Vite / Create React App | For fast builds and development |
| Figma | Design and UI inspiration |
| Netlify / Vercel | Deployment and hosting |
Follow these steps to run the project locally:
# Clone the repository
git clone https://github.com/your-username/portfolio-website.git
# Navigate into the folder
cd portfolio-website
# Install dependencies
npm install
# Start the development server
npm run dev