What is this site?
This site is a collection of code toys and mini projects done in my spare time. Some of them were used to help me understand a particular topic, algorithm or product. Some were purely fun, whilst others help me develop new skills
Code stack
- A nextjs app ported from create-react-app
- This is currently frontend only
- The common components come from a self written library which uses styled-components
- The graphing components also come from a self written library. This relies on d3 and is influenced by react-vis This is used in quite a few of the artefacts.
The source code can be found here