Skip to content

Latest commit

Β 

History

History
18 lines (10 loc) Β· 1.36 KB

README.md

File metadata and controls

18 lines (10 loc) Β· 1.36 KB

Portfolio / Personal Website

My old personal website, which I made back in 2019, was well overdue for a redesign. This website is a result of an effort to re-design it entirely, using new tools and better code practices.

It is written entirely from scratch using React and Next. It is mostly a single page web app, with a few exceptions:

  • Projects: This page holds a list of all my public GitHub repositories, automatically updated from the GitHub API and retrieved from a MongoDB collection via my back end.
  • Gallery: Displays a chosen selection of photographs I've recently taken. It retrieves the pictures through a remote Heroku dyno (via my back end), from my Microsoft Azure storage.

My REST API which the gallery uses can be found here.

πŸ“‚ Technical stack

React NextJS Styled Components Material UI

♻️ Old website

The old codebase can be found here, although that repository is now read only.