Skip to content

viktor-rumiievskyi/Login-Registration-Form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Login & Registration Form

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.

🎯 Features

  • ✏️ 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

💡 Technologies Used

  • HTML5
  • CSS3 (Transitions, Flexbox)
  • JavaScript (Vanilla)

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/viktor-rumiievskyi/Login-Registration-Form.git
cd Login-Registration-Form

2. Run the App

Just open the index.html file in your browser.

Optional: Run Locally with Server

# Python 3 built-in server
python -m http.server

Then go to http://localhost:8000.

📁 Project Structure

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

🌟 Potential Enhancements

  • 🔐 Backend integration with PHP, Node.js, etc.
  • 📫 Email validation and confirmation
  • 🔒 Password strength indicator
  • 🔁 "Forgot password" functionality
  • 📱 Mobile-first redesign

👨‍💻 Author

Viktor Rumiievskyi

📄 License

This project is licensed under the MIT License.


GitHub repo size GitHub last commit GitHub license

About

A responsive login and registration form built with HTML, CSS, and JavaScript. Includes input validation, password toggle, and a clean modern design suitable for integration into any web project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors