An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![mitja.io](https://socialify.git.ci/MitjaCH/mitja.io/image?description=1&language=1&name=1&owner=1&pattern=Transparent&pulls=1&stargazers=1&theme=Dark)

## 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.