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
- 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.
Make sure you have the following installed:
- Node.js (LTS version recommended)
- npm or yarn
- Angular CLI
-
Clone the repository:
git clone https://github.com/ekrem-kocak/ekremkocak.git cd ekremkocak
-
Install the dependencies:
npm install # or yarn install
To start the development server:
npx nx serve