Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.04 KB

File metadata and controls

31 lines (22 loc) · 1.04 KB

Auth Modal (Login / Register / Reset Password)

Login Modal Screenshot

This modal provides authentication with login, registration, and password reset functionality.

It is ready for backend integration. You can easily connect it with an API or reuse backend logic from existing projects (e.g., Trading-Simulation-Platform-CRM).

Login Modal – Email + Password authentication form

Registration Modal – Email + Password user registration

Password Reset Modal – Email

Lottie Animations

Structure

├── login.html       # Core HTML structure for modals
├── login.css        # Styling (futuristic neon UI)
├── login.js         # JavaScript logic (modal switching, event handling)
├── assets/
│   └── logo.png     # Placeholder logo
└── Shot-2025-09-27.png # Screenshot of the UI

Clone

git clone https://github.com/NT411/Simple-LogIn-Register-ResetPass-Modal.git

Open login.html with VScode live server or any live server otherwise the Lottie Animation will not work