Skip to content

giorgio's happy thoughts#446

Open
GiorgioCugusi wants to merge 3 commits into
Technigo:masterfrom
GiorgioCugusi:master
Open

giorgio's happy thoughts#446
GiorgioCugusi wants to merge 3 commits into
Technigo:masterfrom
GiorgioCugusi:master

Conversation

@GiorgioCugusi

Copy link
Copy Markdown

No description provided.

@PerErikAndreas PerErikAndreas left a comment

Copy link
Copy Markdown

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!

Comment thread code/src/App.js
);
}
<>
<Background />

Copy link
Copy Markdown

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'

@PerErikAndreas PerErikAndreas Mar 30, 2023

Copy link
Copy Markdown

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