summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2018-10-11 00:37:53 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2018-10-11 00:37:53 -0700
commit9ef23a19e682a8a7fdadd0b02a8f021c08696a08 (patch)
tree10f1a257341491692a533d72e5307b609c66b6fb
parentb065ca1640189dca2b8ce99b5ef449f006607b27 (diff)
Add live deploy link
-rw-r--r--projects/3-realtime-stocks/readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/projects/3-realtime-stocks/readme.md b/projects/3-realtime-stocks/readme.md
index 5265343..76bff0e 100644
--- a/projects/3-realtime-stocks/readme.md
+++ b/projects/3-realtime-stocks/readme.md
@@ -1,5 +1,7 @@
# 3. Realtime Stocks
+[See it live here 📈](https://vigorous-agnesi-4f1912.netlify.com/)
+
## Goal
Understand why JS frameworks and tools are so common in production. Showcase of some functional programming techniques.
@@ -8,7 +10,7 @@ Understand why JS frameworks and tools are so common in production. Showcase of
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
+## Expansion Ideas
- Wire it up to a real stock API
- Show a few different stocks