This is my personal portfolio website built using React and Vite. The portfolio showcases my projects, skills, and contact information, giving potential employers or collaborators a quick overview of my work. The portfolio features a clean, mobile-responsive design, easy navigation, and sections for my bio, work samples, resume, and social media links.
This portfolio was deployed using Netlify.
- Single Page Application (SPA): Smooth navigation between different sections.
- About Me: Includes a photo/avatar and a brief bio of myself.
- Portfolio: Displays my top six projects with images, links to the live versions, and GitHub repositories.
- Contact Form: A functional contact form that validates required fields and email format.
- Resume: Downloadable resume and a list of technical proficiencies.
- Footer: Contains links to my GitHub, LinkedIn, and a third social platform (Stack Overflow, Twitter, etc.).
To run this project locally:
-
Clone the repository:
git clone https://github.com/your-username/react-portfolio.git
-
Navigate into the project directory:
cd react-portfolio
-
Install dependencies: npm install
-
Run the development server: npm run dev
-
Open http://localhost:3000 to view the project in your browser.
This portfolio showcases my skills, projects, and provides a way for employers or collaborators to get in touch with me. The website is responsive and can be viewed on any device.
- About Me: Brief information about my background and skills.
- Portfolio: Six featured projects with links to live demos and GitHub repositories.
- Contact: A form to reach out to me, with validation for required fields.
- Resume: Download my resume and view my technical proficiencies.
- Footer: Links to my GitHub, LinkedIn, and other social platforms.
- React: Front-end framework for building the portfolio.
- Vite: Build tool for faster and leaner development.
- CSS: Styling the entire project for responsiveness and aesthetic appeal.
- React Router: For SPA navigation between different sections.
- Netlify: For deploying the application live.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to reach out to me if you have any questions or would like to collaborate.