Click here to check the deployed project
This project was developed as part of a study on the application of jQuery in a simple login screen. The main goal is to implement the functionality of changing the background color of the page when clicking on the hamburger menu.
- HTML5
- CSS3
- jQuery
-
Login Screen:
- Basic structure of a login screen with user and password fields.
-
Hamburger Menu:
- Implementation of a hamburger menu behavior.
-
Background Color Change:
- Clicking on the hamburger menu icon changes the background color of the page.
-
Clone the repository:
git clone https://github.com/Shellyda/login-screen-jquery-js.git
-
Open the index.html file in a web browser.
-
Interact with the login screen and hamburger menu to observe the implemented features.
Feel free to contribute improvements or fixes. Just follow these steps:
- Fork the repository. Create a branch for your contribution:
git checkout -b feature/your-feature
- Make necessary changes. Commit and push to your branch:
git commit -m "Add feature X"
- Open a pull request.
git push origin feature/your-feature
This project is licensed under the MIT License.