summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2018-10-10 18:54:50 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2018-10-10 18:54:50 -0700
commit8525f6ca64c13607128b9372b6ab74eea365a796 (patch)
treed3c26ef4cb650bb2ac97a18367865b911ba3ea1b
parent565173d9313dbd0a70c4807a5ac73b23bd0f8b09 (diff)
Add project 3 readme
-rw-r--r--projects/3-realtime-stocks/readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/projects/3-realtime-stocks/readme.md b/projects/3-realtime-stocks/readme.md
index e69de29..5265343 100644
--- a/projects/3-realtime-stocks/readme.md
+++ b/projects/3-realtime-stocks/readme.md
@@ -0,0 +1,17 @@
+# 3. Realtime Stocks
+
+## Goal
+
+Understand why JS frameworks and tools are so common in production. Showcase of some functional programming techniques.
+
+## Starter
+
+This template demonstrates a basic React app with a single (and fake) source of data. Stock data is updated in near realtime, and the page will update accordingly. I was hoping to get a real stock API to use but most of them are paid unfortunately.
+
+### Expansion Ideas
+
+- Wire it up to a real stock API
+- Show a few different stocks
+- Let users add search for stocks stock they want
+- Support searching stocks
+- Allow users to save their state by using a server/database (Firebase would work well)