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

giorgio's happy thoughts #446

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

Conversation

GiorgioCugusi
Copy link

No description provided.

Copy link

@PerErikAndreas PerErikAndreas left a 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;

  1. List the most recent thoughts at the top (CHECK!)
  2. Your thoughts should show the content of the message and how many likes they've received (CHECK!)
  3. You should have a form to post new thoughts (CHECK!)
  4. 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 />

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'
Copy link

@PerErikAndreas PerErikAndreas Mar 30, 2023

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

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