This is the source code for my personal website. Intended to be a short portfolio for my projects. Although I am unable to include all the projects I have done, it displays some of the projects I have worked on over the years.
- Utilizes Gatsby and GraphQL.
- Styled and animated using Material UI component library and styled components.
- Light and Dark theme that saves preference in browser's local storage. Theme swapping handled through React hooks and context.
- Static website with no cloud or server, signifcantly increases loading speeds.
- Caching for offline functionality and more resistant to bad network connections.
- Dynamically creates posts using JSON data and templating.