Skip to content

JacintDev/portfolio

Repository files navigation

Jácint Kovács - Personal Portfolio 👨‍💻

Welcome to the source code of my personal portfolio website. This project introduces my software development projects, technical skills, and professional background.

🚀 Live Demo: https://jacintkovacs.hu

🛠 Tech Stack

It is a fully custom-built Single Page Application (SPA) engineered for performance and scalability.

📂 Project Structure

  • .github/workflows: Contains the CI/CD YAML configuration for automated deployment.
  • src/app: Angular components and logic.
  • Dockerfile: Multi-stage build configuration.
  • nginx.conf: Server configuration for production.

🏃‍♂️ How to Run Locally

If you want to run this project on your machine:

  1. Clone the repository:

    git clone https://github.com/JacintDev/portfolio.git
    cd portfolio
  2. Install dependencies:

    npm install
  3. Run the development server:

    ng serve

    Navigate to http://localhost:4200/.

  4. Run with Docker (Optional):

    docker build -t my-portfolio .
    docker run -p 8080:80 my-portfolio

    Navigate to http://localhost:8080/.

📬 Contact


© 2026 Jácint Kovács. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages