Hi, In this video, we will make a star rating with HTML, CSS, and Javascript. It's a basic project with no backend and database just demonstrating how a star user rating work. How to make stars that can input value and give an index point in return. You can use that value to database further and give the average of all the saved values from all users on the website. As I am working on just frontend, so I use local storage instead of DB. This uses the jquery user rating plugin for this so it is easy to use instead of creating using CSS and JS from scratch.
Source Code
https://drive.google.com/file/d/1T6DM...
00:00 Intro
00:42 Project File
01:15 HTML
02:42 Javascript
11:08 CSS
#HACodes