3 Open Issues Need Help Last updated: Jul 14, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement client-side form validation for signup, signin, and money transfer forms in a React frontend application. This involves defining validation rules, integrating a validation library (or creating custom logic), and providing user feedback on invalid input.

Complexity: 3/5
enhancement good first issue frontend

AI Summary: Implement password hashing using bcrypt in the Node.js backend of a PayTM clone application to enhance security. This involves integrating bcrypt, updating user registration to hash passwords before storage, modifying login to verify hashed passwords against stored hashes, and thorough testing.

Complexity: 3/5
good first issue Security backend

AI Summary: The task involves replacing a hardcoded username ('Tejas') in the `AppBar` component of a React application's dashboard with the dynamically retrieved username of the currently logged-in user. This requires accessing the user data from the authentication context or state management system and updating the `Dashboard.jsx` component to use this dynamic data. Testing is also required to ensure the correct username is displayed.

Complexity: 2/5
bug good first issue frontend