chiraag-kakar / sharenlearn

A Common File/Resource Sharing Platform for Students & Faculties built using HTML, CSS, Javascript, & Django.
https://sharenlearn.herokuapp.com/
MIT License
45 stars 78 forks source link

Reactions Feature (Like/Dislike) #303

Closed hariramjp777 closed 3 years ago

hariramjp777 commented 3 years ago

What is the change?

I've implemented the Reactions Feature which allows users to like and dislike uploaded materials.

Related issue?

Fixes: #302

How was it tested?

Remove this line and tell us how the code was tested.

Checklist:

Before you create this PR, confirm all the requirements listed below by checking the checkboxes [x]:

Screenshots or Video:

Add a screenshot or demo video if appropriate.

Here's a gif,

sharenlearn_reactions_like_dislike

hariramjp777 commented 3 years ago

I've added new fields for the like/dislike feature in models.py. So requires migrations.