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

Project Happy Thoughts by Johanna Eriksson #94

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

Conversation

joheri1
Copy link

@joheri1 joheri1 commented Oct 25, 2024

…and Footer inside a div. Add color to the Footer text.
…HappyWall. Add sections in the index.css file for better overview. Add HappyBoard and HappyWall components to App.jsx.
…BASE_URL and import useEffect and useState to the HappyWall component, but as comments to avoid errors.
…onospace to the button, as well as border-radius to make it oval, and background-color grey.
… useEffect to fetch Happy thoughts from the BASE_URL using an async/await function. Store the fetched thoughts in the 'thoughts' state using the setThoughts function. Include an empty dependency array in useEffect to ensure the fetch only runs once when the component mounts, preventing repeated API calls.
…ntainer for the styling. Map through the happyPosts array and use post._id as a unique key for each item/post. Add className post-box to display the message and hearts (likes). Add styling to the post-boxes and post-container.
…he return, add onClick function to add likes to a unique post
… size on the heart-icon. Style the like button.
… BASE_URL that is used in the two components HappyBoard and HappyWall. Use Async/await to fetch BASE_URL and POST the body to the HappyWall. If response is ok, clear input field. Add Error handling.
…e to the input field to prevent end-user from changing size of the field.
…icked to a darker grey for a higher contrast ratio.
@joheri1 joheri1 changed the title Project Happy Thought by Johanna Eriksson Project Happy Thoughts by Johanna Eriksson Oct 25, 2024
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.

1 participant