Adding new project to portfolio

This commit is contained in:
Jacob Windle 2017-12-11 06:19:37 -05:00
parent 7f4a9a71a0
commit 5c8b966b46

View File

@ -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) ## [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. 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