Welcome to the repository for my Monkey Login Form created using HTML, CSS, and JavaScript!
This project features a login form with a playful twist. As you type your email into the form, a monkey tracks your typing movements. When you start typing your password, the monkey covers its eyes, adding a whimsical touch to the login experience.
This form demonstrates a creative implementation of HTML, CSS, and JavaScript to create an engaging and interactive login interface.
- Monkey Tracking Email Input: A monkey visually tracks your typing movements in the email input field.
- Monkey Covering Eyes: When typing the password, the monkey covers its eyes, adding a playful animation.
- HTML, CSS, and JavaScript: Built using these core web technologies for structure, styling, and interactivity.
- HTML5
- CSS3
- JavaScript
To view this Monkey Login Form locally, follow these steps:
- Clone this repository:
git clone https://github.com/your-username/monkey-login-form.git - Navigate to the project directory.
- Open the
index.htmlfile in a web browser.
Explore the code to understand how HTML, CSS, and JavaScript were used to create this monkey-themed login form. This project can serve as an example of integrating fun interactions into web interfaces.
If you'd like to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature/your-feature). - Create a pull request.
This project is licensed under the MIT License.