blog/content/portfolio.md

22 lines
834 B
Markdown
Raw Normal View History

2017-11-02 18:18:44 +00:00
---
title: "Portfolio"
date: 2017-11-02T14:14:08-04:00
2017-11-02 18:23:27 +00:00
draft: false
2017-11-02 18:18:44 +00:00
---
# Projects
Different projects that I've worked on, or small personal projects I have.
2017-11-02 18:24:43 +00:00
## [1. Terms Of Service Game](https://jake-windle.gitlab.io/terms-of-service-game)
2017-11-02 18:18:44 +00:00
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.
2017-12-11 11:19:37 +00:00
## [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
2017-12-26 20:42:06 +00:00
## [3. Surveyor](https://github.com/jaketothepast/surveyor.git)
A Django 2.0 application that generates surveys with expiring links. I started this project to try to create an anonymous open source platform to gather research on potential business ideas.