summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2018-10-10 18:54:22 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2018-10-10 18:54:22 -0700
commit565173d9313dbd0a70c4807a5ac73b23bd0f8b09 (patch)
tree7b1622afff3e69b29d757cb94a1e5eda018ae5f3
parent60ba86122fcc008584921a4686b530083ed2da5b (diff)
Add project 2 readme
-rw-r--r--projects/2-stay-motivated/readme.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/projects/2-stay-motivated/readme.md b/projects/2-stay-motivated/readme.md
index e69de29..24311f5 100644
--- a/projects/2-stay-motivated/readme.md
+++ b/projects/2-stay-motivated/readme.md
@@ -0,0 +1,15 @@
+# 2. Stay Motivated
+
+## Goal
+
+Understand the idea of building a front-end app that relies on JS with minimal dependency on the HTML
+
+## Starter
+
+This template implements a grid closely resembling GitHub. It's motivating to see your progress over such a long period of time, so why not track some stuff besides your code habits? This app allows users to track any good habit they wish to form. For example, a users goal may be to exercise everyday. Each day they deliver on this promise will be tracked on the grad.
+
+### Expansion Ideas
+
+- Wire it up to a back-end such that users can save their progress (currently reset on each refresh)
+- Allow users to specify and track how much time they spent forming their habit each day
+- Allow users to select a custom colour for their grid