-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Description:
Implement a working Login and Signup system for the website. The goal is to allow users to create accounts, log in securely, and access personalized features in the future.
A simple backend setup can be used (Node.js + Express + MongoDB or Firebase, etc.).
Tasks:
Create Login and Signup UI pages.
Add form validation for email, password, etc.
Build a basic backend to handle user registration and authentication.
Store user data securely (hashed passwords if using database).
Show success/error messages on the frontend.
Make pages responsive and user-friendly.
Expected Outcome:
Users can sign up and log in successfully, with form validation and backend support for data handling.
Tech Suggestions (optional):
Backend: Node.js + Express
Database: MongoDB / Firebase / JSON mock
Frontend: HTML, CSS, JS or React (as per project tech stack)