Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Happy Thoughts by Emma Engvall #445

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

EmmaEngvall
Copy link

No description provided.

Copy link

@codeandjazz codeandjazz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very good comment

const characterWarning = () => {
if (newThought.length > 140 ) {
return (
<p className="character-warning">You are trying to send too much love.</p>)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha too much love is apparently a thing-in this app, atleast

Copy link

@codeandjazz codeandjazz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants