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
It is a fully custom-built Single Page Application (SPA) engineered for performance and scalability.
- Frontend Framework: Angular
- Styling: CSS, TailwindCSS
- Animations: GSAP for smooth UI interactions
- Containerization: Docker 🐳
- Web Server: Nginx
- CI/CD: GitHub Actions
.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.
If you want to run this project on your machine:
-
Clone the repository:
git clone https://github.com/JacintDev/portfolio.git cd portfolio -
Install dependencies:
npm install
-
Run the development server:
ng serve
Navigate to
http://localhost:4200/. -
Run with Docker (Optional):
docker build -t my-portfolio . docker run -p 8080:80 my-portfolioNavigate to
http://localhost:8080/.
- Website: jacintkovacs.hu
- LinkedIn: linkedin.com/in/jacint-kovacs/
- Email: kovacs.jacint02@gmail.com
© 2026 Jácint Kovács. All rights reserved.