Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.37 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.37 KB

Ekrem Kocak's Ethical Hacking Portfolio

About

This portfolio is designed for individuals interested in ethical hacking. The project is built using Nx monorepo with Angular, and it includes server-side rendering. The user interface is crafted with PrimeNG, PrimeFlex, and PrimeIcons, making it easy to customize according to personal preferences.

Inspired by: Portfolio Inspiration

Visit the live site: ekremkocak.com

Features

  • Nx Monorepo: Ensures a scalable and maintainable project structure.
  • Angular Framework: Provides a robust foundation for building dynamic and responsive web applications.
  • Server-Side Rendering (SSR): Improves performance and SEO.
  • PrimeNG: A rich set of UI components for Angular.
  • PrimeFlex: A lightweight flexbox CSS utility for layout and styling.
  • PrimeIcons: Beautifully crafted icons for your application.

Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js (LTS version recommended)
  • npm or yarn
  • Angular CLI

Installation

  1. Clone the repository:

    git clone https://github.com/ekrem-kocak/ekremkocak.git
    cd ekremkocak
  2. Install the dependencies:

    npm install
    # or
    yarn install

Running the Application

To start the development server:

npx nx serve