This is a modern, responsive portfolio website built using React.js, Tailwind CSS, and React Router. It highlights my skills, projects, and provides contact information, incorporating animations for a visually appealing user experience.
project-root/
│
├── public/
│ └── index.html
│
├── src/
│ ├── Pages/
│ ├── Components/
│ ├── App.js
│ ├── index.js
│ └── assets/
└── README.md
- Fully Responsive Design: Optimized for various screen sizes.
- Smooth Animations: Transitions and animations for an engaging experience.
- Modern UI: Gradient background, clean layout, interactive elements.
- React Router Integration: For seamless navigation.
- Contact Form: Direct feedback submission.
- GitHub Projects: Links to demos and source code for each project.
- React.js: For UI structure.
- Tailwind CSS: For styling and layout.
- React Router: For page routing.
- JavaScript (ES6): Core logic and functionality.
- Clone the Repository
git clone https://github.com/your-username/portfolio-project.git cd portfolio-project