drMy5tery / Trust-Me-Bro

"Trust-Me-Bro" is webapp which provides an analysis based on the comment section of the video. It tries to give a final solution whether the content or information said in the video is legit or not based on the comments provided for that video.
https://trust-me-bro-my5m7t.vercel.app/
MIT License
1 stars 1 forks source link

Error Handling #21

Closed drMy5tery closed 1 year ago

drMy5tery commented 1 year ago

Added an exception to raise an error when comments are below 500, Still need to figure out how to handle it in Ajax and send the response as such.Will continue my work on this toni8

@mathanamathav Try to create a new javascript file for handling responses instead of executing directly on HTML and Tailwind Css has some warnings while executing the page, Check on the logs. If possible try to handle the Json response in jquery by removing onclick() and add a function to prevent default.Also Try to remove any redundant code if possible.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
trust-me-bro ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2023 9:44am
mathanamathav commented 1 year ago

@drMy5tery i will merge this PR with main