-
Notifications
You must be signed in to change notification settings - Fork 145
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
Maryyy_ux_Happy Thoughts_Vite #99
base: main
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.
Good job for accomplishing this functioning happy thoughts app Maria (and without ChatGPT if I understood you correctly?) 💪
Good job breaking your project into components, continue like this! The form looks good, but don't forget to add labels to your form elements. Also - the textarea is possible to resize so that the UI breaks, so please always make sure to add a resize rule when using the textarea.
Some notes about clean code
- No need to import React
- Don't mix arrow functions with function keyword. Pick one!
Changes Requested
- Clean up the code
- Make your app responsive (check how it looks on all devices)
Apart from this - impressive work 🥳
Changes still needed - just putting a comment here for transparency. |
Netlify link
Add your Netlify link here:
PS. Don't forget to add it in your readme as well.
Collaborators
Add your collaborators here. Write their GitHub usernames in square brackets. If there's more than one, separate them with a comma, like this:
[github-username-1, github-username-2]