From 5c8b966b467fb22a589ec31cdc1e3880d0125136 Mon Sep 17 00:00:00 2001 From: jaketothepast Date: Mon, 11 Dec 2017 06:19:37 -0500 Subject: [PATCH] Adding new project to portfolio --- content/portfolio.md | 4 ++++ 1 file changed, 4 insertions(+) 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