Personal portfolio using React and typescript.
This portfolio was done using the tutorial from Judygab, it showcases current and past projects. Will evolve with time and projects finished, should be able to be used for different purposes like an API.
Uses cookies only to welcome back recurring users.
Added github actions for main branch protection, all tests must pass before merging to main, it will also deploy the page into gh_pages on main push.
Portfolio/ // Core application files
├── src/ // Portfolio App files for react
│ ├── assets/ // Portfolio image, font and resume assets
│ └── components/ // Individual sections of portfolio
│
└── public/ // Misc React backup resources