This is a personal portfolio website showcasing my projects, skills, and contact information. The website is designed to be responsive and visually appealing, providing a professional online presence.
- Home Section: Introduction and brief overview of who I am.
- About Section: Detailed information about my background, skills, and experience.
- Projects Section: Showcase of my projects with descriptions and links to GitHub repositories and live demos.
- Contact Section: Form to send me an email directly from the website.
- Responsive Design: The website is fully responsive and works on all devices.
- Interactive Elements: Smooth scrolling and interactive elements for a better user experience.
- React: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling.
- EmailJS: Service for sending emails directly from the website.
- React Icons: Library for including popular icons in the project.
- React Scroll: Library for smooth scrolling to different sections of the page.
- Clone the repository:
git clone https://github.com/your-username/portfolio-website.git cd portfolio-website
- Install dependencies:
npm install
- Start the development server::
Usage
- Navigate: Use the navigation bar to scroll to different sections of the website.
- View Projects: Click on the project links to view the GitHub repository or live demo.
- Contact: Fill out the contact form to send me an email.
Contributing Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes.
- Commit your changes (git commit -m 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Open a pull request.