This file contains 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
Bright blue/purple color was too much for banner/nav bar that drops down | |
removed background-color all together. | |
show/reveal a burger icon only | |
fade out burger icon after 3 seconds of inactivity with scrolling | |
Changed blue/purple color on About Me section and in project section header text to a light blue | |
easier on the eyes | |
Gathering more feedback after this current iteration |
This file contains 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
LIVE: | |
https://mikeschmerbeck.herokuapp.com/ | |
Github: | |
https://github.com/Schmerb/portfolio |
This file contains 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
Headline: | |
Hey, I’m Mike. I am a fullstack developer and drone pilot enthusiast. | |
Bio: | |
I am a fullstack web developer and recent graduate of the Fullstack Web Development Bootcamp at Thinkful. From a young age I have always been inclined to build things and see what I can make. Since coding has come into my life, I have had the opportunity to do just that and create projects from scratch. The feeling of taking an idea and turning it into a fully functional, working application is unparalleled. My technology of choice is the MERN stack and I equally enjoy both frontend and backend development. | |
When I am not slamming code, I enjoy piloting my drone and taking videos, catching deep powder on my snowboard, and riding roller coasters. | |
Projects | |
Toobverse | |
A search engine to find videos via the YouTube API and discover HD quality videos as well as live content. |
This file contains 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
Even or Oddd | |
O(1) | |
Are you here? | |
O(n * m) | |
Naive Search | |
O(n) | |
Creating pairs |
This file contains 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 |
This file contains 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 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 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 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. |
NewerOlder