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

Feature 5: User can like and dislike a post. #5

Open
11 tasks
Sam-Castaneda13 opened this issue Sep 30, 2024 · 0 comments
Open
11 tasks

Feature 5: User can like and dislike a post. #5

Sam-Castaneda13 opened this issue Sep 30, 2024 · 0 comments

Comments

@Sam-Castaneda13
Copy link
Owner

πŸ’° Motivation

What social media website doesn't have a like button and also I think dislike buttons are important also

πŸ“ Plan

Allow users to like or dislike a post.

πŸ–ΌοΈ Wireframes

Will be back

βœ… Task List

  • When the user clicks on the like heart/button
    • Will change the heart to red
    • it will also increase the number of likes next to the heart up by one.
    • Should be done through the database
  • When the user clicks on the dislike heart/button
    • Will change the heart to blue
    • it will also increase the number of dislikes next to the broken heart up by one.
    • Should be done through the database
  • Remove all CSS styling that had no affect or was otherwise unnecessary.
  • Test all functionality again in a private browsing session.
  • Fix all errors.
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

No branches or pull requests

1 participant