-
Notifications
You must be signed in to change notification settings - Fork 434
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
giorgio's happy thoughts #446
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Giorgio!
First of all your page looks great! The CSS animations are really cool and its easy to follow in the comments what parts of the CSS your styling. Great work!
Review:
The page shows up like it should and did not crash or act strange in any situation that I could see. The requirements was to;
- List the most recent thoughts at the top (CHECK!)
- Your thoughts should show the content of the message and how many likes they've received (CHECK!)
- You should have a form to post new thoughts (CHECK!)
- You should implement the heart button to send likes on a thought (CHECK!)
The code is well-structured and you have named the different parts well.
I have left some single comments in the code! Great work Giorgio!
); | ||
} | ||
<> | ||
<Background /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a light and clean App.j!
import ReactTimeAgo from 'react-time-ago'; | ||
import NewPost from './NewPost.js'; | ||
|
||
const API = 'https://happy-thoughts-ux7hkzgmwa-uc.a.run.app/thoughts' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good and makes it easy to read in line 14
No description provided.