README.md will be added once the core features are completed.
User credentials are currently stored in the database before OTP/email verification is completed.
Need to fix the auth flow so users are only persisted after successful verification.
Add a "Resend OTP" or "Refresh OTP" button on the Verify OTP page when the OTP expires.
After successful OTP verification, users should be redirected directly to the homepage/dashboard instead of the signin page.
Currently the homepage displays a hardcoded username ("Apurve").
Need to fetch and display the authenticated user's actual name.
Upvote and Downvote controls are currently non-functional and need proper button handlers and backend integration.