Open-Source-Issue / SnapShortURL

Streamlined URL Shortening for the Modern Web
https://snap-short-url.vercel.app
MIT License
0 stars 8 forks source link

Implement Signup Page Functionality with React Hook Form and Backend Integration #59

Closed ianujvarshney closed 5 months ago

ianujvarshney commented 5 months ago

Description:

Changes Made:

  1. Integrated React Hook Form functionality into the signup page to improve form handling and validation.
  2. Developed backend API endpoints using Node.js to handle signup requests and interact with the database.
  3. Established database schema and implemented functionality to store user signup data securely.
  4. Implemented user authentication and password hashing for enhanced security.
  5. Connected frontend signup form to backend API endpoints to enable seamless data transmission and user registration.
  6. Tested the signup process thoroughly to ensure proper functionality and error handling.

Additional Details:

Testing: