Skip to content

Instantly share code, notes, and snippets.

View goldtreefrog's full-sized avatar

Margaret Blauvelt goldtreefrog

View GitHub Profile
@goldtreefrog
goldtreefrog / react-redux-drills
Last active May 4, 2018 01:32
Interest calculators to practice using Redux with React
Interest Calculator I: Connecting
https://glitch.com/edit/#!/redux-interest-calc-1-connecting?path=public/index.html:1:0
Interest Calculator II: Dispatching
https://glitch.com/edit/#!/redux-interest-calc-2-dispatch?path=src/components/interest-calculator.js:4:10
@goldtreefrog
goldtreefrog / write-to-speak-react-purpose
Created May 21, 2018 02:18
Write to Speak (React and MongoDB version)
Write to Speak
Write to Speak remembers and speaks your words aloud, making literacy and communication more fun and, for some, more possible.
@goldtreefrog
goldtreefrog / wts-user-stories
Last active May 22, 2018 16:55
Write to Speak User Stories (React/MongoDB)
As a literacy (reading/writing) early learner or older learner with a literacy-related disability, I need to:
- Get excited about reading and writing (instead of frustrated when I have trouble).
- Hear what I have so far so I can keep my train of thought going and continue with my next idea.
- Hear if I put the wrong word in anywhere.
- Share my text with friends and family, some of whom cannot read.
@goldtreefrog
goldtreefrog / wts-minimal-user-stories
Created May 22, 2018 17:01
Write to Speak Minimal Viable Product User Stories (React/MongoDB)
As a literacy (reading/writing) early learner or older learner with a literacy-related disability, I need to:
- Hear read aloud what I have written.
- Get help with my spelling.
As a user with a speech problem, I need to:
- Have the computer read my words aloud to another person.
@goldtreefrog
goldtreefrog / write-to-speak-static
Last active November 10, 2018 23:38
Links to Write to Speak Demo App
Name of App: Write to Speak (Demo - React rewrite based on prior JQuery project but the old one did not have a database)
Live static version: https://5b419b653813f03633545718--write-to-speak-demo.netlify.com/
NOTE: This version uses dummy data and lacks login capabilities. (The various links do not actually check for login status.)
Github repository for last static version:
https://github.com/goldtreefrog/write-to-speak-demo/tree/ef7382e023fb5d2ac3a6c4c43e350535d35d34c8
Latest version, not static: https://github.com/goldtreefrog/write-to-speak-demo
@goldtreefrog
goldtreefrog / write-to-speak-static-user-feedback
Last active November 11, 2018 18:33
Initial user feedback for front end
Users: Jill, Stan, Amanda
Users Answer My Questions:
1. What sort of user would find this application valuable or interesting?
ALL: Kids, people with speech problems.
JILL: Shy kids.
AMANDA: Amanda's four-year-old (who enjoyed it with his mom's help).
2. Did you encounter any bugs or anything that did not work as you think it should?