This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write to Speak | |
Write to Speak remembers and speaks your words aloud, making literacy and communication more fun and, for some, more possible. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set Language State (i18n state) | |
https://redux-drill1-set-language.glitch.me/ | |
CRUD Reducer | |
https://glitch.com/edit/#!/redux-crud-reducer-mjb?path=src/reducers/index.js:28:0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Surprise! | |
https://glitch.com/edit/#!/surprise-drill-mb?path=src/components/surprise.js:25:0 | |
Hourly Rate Calculator | |
https://glitch.com/edit/#!/rate-calculator-mjb?path=src/components/rate-calculator.js:41:0 | |
Character List | |
https://glitch.com/edit/#!/react-live-search-mjb?path=src/components/character-list.js:1:0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Navigation Bar: | |
https://glitch.com/edit/#!/react-hb-challenge?path=src/components/navigation-bar.js:24:0 | |
Address Book: | |
https://glitch.com/edit/#!/address-book-challenge?path=src/components/address-book.js:1:0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Make the back button work to take you back to the list of names you were just looking at. | |
(And while we are at it, make the back and forward buttons work for all "pages.") | |
2. Sometimes there is a (rather short) lag between entering a common name and when the list pops up. When you are | |
not used to it, you have no idea something like this is about to happen. | |
(Consider showing the instructions even before the results come back from ITIS, ideally along with a spinner or something similar.) | |
3. "Add Sighting" at the top could be confused with "Save," especially since the input form is shown when you first visit the sight. | |
(Consider changing it to say "New Sighting." Also consider making the new visitor click on "New Sighting" before he sees the form.) |
NewerOlder