Loading repository data…
Loading repository data…
machinelearningprodigy / repository
A simple registration and login system built with HTML, CSS, and JavaScript for the frontend. The backend uses Node.js, Express, and MongoDB for user authentication.
A simple registration and login system using HTML, CSS, JavaScript, Node.js, Express, and MongoDB.
✅ User Signup & Login
✅ Form Validation
✅ MongoDB Database
✅ Toast Notifications
git clone https://github.com/machinelearningprodigy/registration-form.git
cd registration-form
npm install
node server.js
index.html in the browser.POST /signup → Register a new userPOST /login → Authenticate user🔹 Password Hashing
🔹 JWT Authentication
🔹 Responsive UI
Let me know if you want any tweaks! 😊