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
i18n state | |
https://glitch.com/edit/#!/ring-walk?path=src/reducers/index.js:17:0 | |
CRUD | |
https://glitch.com/edit/#!/azure-euphonium?path=src/reducers/index.js:35:5 |
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/#!/victorious-cardigan?path=src/components/interest-calculator.js:26:42 | |
Interest calculator II: Dispatching | |
https://glitch.com/edit/#!/best-clerk?path=src/components/interest-calculator.js:33:1 |
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
Email Client Drill | |
https://glitch.com/edit/#!/zany-actress?path=src/components/email.js:13:35 |
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
https://glitch.com/edit/#!/feather-yak?path=src/actions.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
App Name: CryptoKeeper | |
Overview: CryptoKeeper acts as a central hub for users to monitor the cryptocurencies of their choice, setting custom notifications for different fluctuations in market price. |
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 user, I should be able to register an account | |
As a user, I should be able to log in to my account | |
As a user, I should be able to log out of my account | |
As a user, I should be able to see the current market price of the most common crypto currencies | |
As a user, I should be able to choose which currencies I have and/or want to monitor | |
As a user, I should be able to set goals for each currency I own | |
As a user, I should be able to set custom notifications, both sms and email, depending on set events such as a specific price flucuation(+/-) | |
As a user, I should be able to see graphs of prices over time | |
As a user, I should be able to post comments on each currency | |
As a user, I should be able to reply to comments and start a thread |
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
DEFINITES: | |
As a user, I should be able to register an account | |
As a user, I should be able to log in to my account | |
As a user, I should be able to log out of my account | |
As a user, I should be able to see the current market price of the most common crypto currencies | |
As a user, I should be able to choose which currencies I have and/or want to monitor | |
As a user, I should be able to set custom notifications, both sms and email, depending on set events such as a specific price flucuation(+/-) | |
As a user, I should be able to chat in a real-time live chat area | |

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
CryptoKeeper | |
https://cryptokeeper.netlify.com/ | |
https://github.com/Schmerb/react-redux-hack-client |
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 overall like the design, specifically the dashboard | |
I needed to clear live chat logs when user logs out of account | |
Needed to be more clear on how to get to dashboard, CryptoKeeper logo now redirects to dashboard if signed in and home if not | |
Live chat back button needed to use hsitory to dynamically return to the actual previous page | |
Homepage needs some 'design lovin', slick slider auto play / animated | |
Comment posting was broken on live site only, cleaned up comment and replyComment action/reducer code and problem was resolved | |
'My Number' in settings was not clear as to what number it is referring to. Changed to 'My Phone Number' | |
Custom avatar images can be placed in a div or set as background-image with size: cover in order to retain all different image scales |