'Filter by Number of Stars' Button is not working as expected
Expected Behavior:
Should be displaying repos as per the user's entered number
Current Behavior:
BUG
- Displaying Random Repos regardless of the repo
- If all fields are selected, entering number of stars doesn't make any difference
- How to Regenerate -> Video Demo
Enhancements
- No form validation
- User should only be allowed to enter the numeric value, currently it is accepting and processing all type of values.
- This can lead to SQL Injection attack as well
- How to Regenerate -> Video Demo