diff --git a/content/portfolio.md b/content/portfolio.md index 4fc091f..c14af77 100644 --- a/content/portfolio.md +++ b/content/portfolio.md @@ -11,3 +11,7 @@ Different projects that I've worked on, or small personal projects I have. ## [1. Terms Of Service Game](https://jake-windle.gitlab.io/terms-of-service-game) A small game built using Vue.js intended to help consumers learn to read through license agreements and find things they may not think are valid. + +## [2. Gonotes](https://github.com/jaketothepast/gonotes.git) + +CLI for note taking, reads and writes a config file, and saves notes to flat files in configured directory. Written in Go