portfolio

Kevin Parruque - Portfolio Website

Modern, responsive personal portfolio website showcasing my skills, projects, and experience in web development and IT.

🌐 Live Website: https://ParruqueK.github.io/portfolio

Features

Sections

  1. Hero - Introduction with name and tagline
  2. About Me - Professional summary with profile image
  3. Skills - Programming languages, tools, and soft skills
  4. Projects - Featured projects with descriptions and links
  5. Experience & Education - Timeline of education and experience
  6. Contact - Email and social media links

Technologies Used

Frontend

Tools

  1. Responsive Portfolio Website - React, Tailwind CSS, JavaScript
  2. Small Real Estate Website - HTML5, CSS3, JavaScript
  3. WordPress Website for Electrical Company - WordPress, PHP, CSS
  4. Small Photography Website - HTML5, CSS3, JavaScript
  5. Simple Budgeting App - React, JavaScript, Chart.js
  6. Photo Editing and Posters Design - Photoshop, Illustrator, Canva

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/ParruqueK/portfolio.git
    cd portfolio
    
  2. Install dependencies:
    yarn install
    
  3. Start development server:
    yarn start
    
  4. Open http://localhost:3000 in your browser

Building for Production

yarn build

Deploying to GitHub Pages

yarn deploy

Customization

Update Personal Information

Edit src/mock.js to update:

Update Projects

// In src/mock.js
export const projects = [
  {
    id: 1,
    title: "Your Project",
    description: "Project description",
    technologies: ["Tech1", "Tech2"],
    liveDemo: "https://demo-link.com",
    github: "https://github.com/username/repo",
    image: "/placeholder-project1.jpg"
  }
];

Change Color Theme

Edit src/index.css to modify the color variables:

Contact

Kevin Parruque

License

This project is open source and available for personal use.

Acknowledgments


⭐ If you like this portfolio, feel free to star the repository!