This is my personal portfolio website built with React and Tailwind CSS. It showcases my skills, projects, and provides a way to contact me.
- Responsive Design: The portfolio is fully responsive and works on all devices.
- Project Showcase: A dedicated section to showcase my projects with descriptions and links.
- Skills Section: A section to list my technical skills.
- Contact Form: A functional contact form using EmailJS to send emails directly from the website.
- Smooth Animations: GSAP is used for smooth animations and transitions.
- Next.js
- React
- Tailwind CSS
- EmailJS
- GSAP
You can view the live portfolio here: https://dushadev.github.io/
- Clone the repository:
git clone https://github.com/yourusername/your-repo.git
- Navigate to the project directory:
cd your-repo
- Install dependencies:
npm install
- Run the development server:
npm run dev
- This project was inspired by various online portfolios and tutorials.
- Thanks to the creators of the libraries and frameworks used in this project.