A combined Login and Registration form interface built using HTML, CSS, and JavaScript. Ideal for web apps or front-end mockups where user authentication UI is required.
- ✏️ Dual form layout: switch between login and registration
- 💬 Placeholder-based form inputs
- ✅ Basic front-end validation
- 🔄 Smooth transition animation between forms
- 🎨 Clean and responsive UI
- HTML5
- CSS3 (Transitions, Flexbox)
- JavaScript (Vanilla)
git clone https://github.com/viktor-rumiievskyi/Login-Registration-Form.git
cd Login-Registration-FormJust open the index.html file in your browser.
# Python 3 built-in server
python -m http.serverThen go to http://localhost:8000.
Login-Registration-Form/
│
├── index.html # Contains login and registration forms
├── style.css # Page styles and transitions
├── script.js # JavaScript for form switching and validation
└── README.md # Project documentation
- 🔐 Backend integration with PHP, Node.js, etc.
- 📫 Email validation and confirmation
- 🔒 Password strength indicator
- 🔁 "Forgot password" functionality
- 📱 Mobile-first redesign
Viktor Rumiievskyi
- GitHub: @viktor-rumiievskyi
This project is licensed under the MIT License.