Project Happy Thoughts by Emma Engvall#445
Project Happy Thoughts by Emma Engvall#445EmmaEngvall wants to merge 12 commits intoTechnigo:masterfrom
Conversation
codeandjazz
left a comment
There was a problem hiding this comment.
Hej Emma!!
I'm gonna do this is english bc it's easier with all the complicated tech words and we both know...trying to translate them into swedish does NOT sound sexy at all :P
| setNewThought(event.target.value) | ||
| } | ||
|
|
||
| //Posting a new thought to the API |
| const characterWarning = () => { | ||
| if (newThought.length > 140 ) { | ||
| return ( | ||
| <p className="character-warning">You are trying to send too much love.</p>) |
There was a problem hiding this comment.
Haha too much love is apparently a thing-in this app, atleast
codeandjazz
left a comment
There was a problem hiding this comment.
Okay I accidentally submitted my review too early, nevermind the mess.
I loved seeing how closely you were able to follow the design and how incredibly functional your app is. It's doing everything it needs to do. One thing you could improve upon maybe is the responsiveness in mobile. At 320px, the thought form is being cropped quite drastically!
Your code is so clean, easy to read and nice to look at. Keep up the amazing work and I'm sure you will be building even more breathtakingly beautiful apps after the BC <3
No description provided.