A modern, responsive portfolio website built with React, Framer Motion, and Tailwind CSS to showcase my skills, projects, education, and work experience.
- 🎨 Modern and clean design with smooth animations
- 📱 Fully responsive layout
- 🌟 Interactive UI elements using Framer Motion
- 🎯 Sections for Projects, Skills, Education, and Work Experience
- 🔗 Social media integration
- 📊 Skills categorization with icons
- 🚀 Smooth scrolling navigation
- React.js
- Tailwind CSS
- Framer Motion
- React Icons
- Clone the repository:
git clone <repository-url>- Install dependencies:
npm install- Run the development server:
npm run dev- Build for production:
npm run buildsrc/
├── assets/ # Images and static assets
├── components/ # React components
├── constants/ # Configuration and constant data
└── styles/ # Global styles
You can easily customize the content by modifying the files in the src/constants directory:
index.jsx: Contains all the content data (projects, skills, experiences, etc.)- Update images in the
src/assetsdirectory - Modify styles in Tailwind configuration
Feel free to fork this project and customize it for your own use. If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
MIT License - feel free to use this project for your own portfolio!