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

my-happy.thoughts-webby #108

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

my-happy.thoughts-webby #108

wants to merge 10 commits into from

Conversation

FannyEste
Copy link

@FannyEste FannyEste commented Oct 27, 2024

Copy link
Contributor

@HIPPIEKICK HIPPIEKICK left a comment

Choose a reason for hiding this comment

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

You've done a good job copying the design and your app works as expected so I will approve, but I don't understand why you have the components folder but don't mount any of your components? 👀

Please remove any unused code. For coming projects - split your project into components (as you started doing 👍 ).

@@ -1,3 +1,120 @@
import React, { useEffect, useState } from "react";
Copy link
Contributor

Choose a reason for hiding this comment

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

No need to import React

Comment on lines +82 to +88
<textarea
value={newThought}
onChange={(e) => setNewThought(e.target.value)}
placeholder="Write your happy thought here..."
rows="4"
maxLength="140"
/>
Copy link
Contributor

Choose a reason for hiding this comment

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

Remember labels when working with form elements

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