https://github.com/mitjach/mitja.io
The mitja.io website
https://github.com/mitjach/mitja.io
angular portfolio portfolio-website
Last synced: 4 months ago
JSON representation
The mitja.io website
- Host: GitHub
- URL: https://github.com/mitjach/mitja.io
- Owner: MitjaCH
- License: mit
- Created: 2024-11-12T18:23:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T21:20:32.000Z (over 1 year ago)
- Last Synced: 2025-03-30T12:22:09.386Z (about 1 year ago)
- Topics: angular, portfolio, portfolio-website
- Language: TypeScript
- Homepage: https://mitja.io
- Size: 345 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Description
This repository contains the source code for my personal portfolio website built with Angular. The site showcases my skills, projects, and professional experience to provide a comprehensive view of my work.
## 🌐 Live Demo
You can view the live version of my portfolio at [mitja.io](https://mitja.io).
## 📂 Project Structure
- **Components**:
- **NavbarComponent**: The navigation bar at the top of the page for easy access to different sections.
- **HeaderComponent**: The main header or introduction section with an overview of my professional background.
- **FooterComponent**: The footer bar at the bottom of the page with social links
- **assets/**: Folder for images, styles, and any additional assets.
## 🛠 Tech Stack
This portfolio is built with:
- **Angular**: For building a dynamic, single-page application.
- **TypeScript**: Used in all Angular development for safer, more robust code.
- **HTML5 & CSS & Tailwindcss**: For structure and styling of the website.
- **Angular CLI**: For development and build tools.
## ✨ Features
- **Modular Design with Components**: Navbar, header, and contact form are built as Angular components for scalability and reusability.
## Getting Started
To run this project locally:
1. **Clone the repository:**
```bash
git clone https://github.com/MitjaCH/mitja.io.git
```
2. **Navigate into the project directory:**
```bash
cd mitja.io
```
3. **Install dependencies**:
```bash
npm install
```
4. **Run the development server**:
```bash
ng serve
```
5. **Open your browser** and go to `http://localhost:4200` to view the site locally.