This is a Open Source Portfolio CV Website designed by and for myself (Pieter van Zyl)
Created using Angular version 10 and Typescript It is deployed to the Azure Cloud (Continous Integration, using pipelines & DevOps) To display my proficiency in creating a JAM stack. Furthermore to avoid exposing API Keys in the frontend an Azure Function will be utilized for API calls to twitter and CORE, to proxy my requests and attach the API key.
A live example of this site can be found on: https://pietervanzyl.z1.web.core.windows.net/
This site was a project given to me by university but I am still updating it constantly, trying to get it to look and feel even better as I have more free time.
- Run
npm install
- Run
ng serve
ornpm start
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.