Skip to content

A Login/Register screen with an Interactive hamburguer menu with jQuery and html/css.

License

Notifications You must be signed in to change notification settings

Shellyda/login-screen-jquery-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study Project: Login Screen with jQuery

Screenshot 2023-12-15 at 01 55 50

Introduction

Click here to check the deployed project

About

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.

Technologies Used

  • HTML5
  • CSS3
  • jQuery

Implemented Features

  1. Login Screen:

    • Basic structure of a login screen with user and password fields.
  2. Hamburger Menu:

    • Implementation of a hamburger menu behavior.
  3. Background Color Change:

    • Clicking on the hamburger menu icon changes the background color of the page.

Usage Instructions

  1. Clone the repository:

    git clone https://github.com/Shellyda/login-screen-jquery-js.git
  2. Open the index.html file in a web browser.

  3. Interact with the login screen and hamburger menu to observe the implemented features.

Contribution

Feel free to contribute improvements or fixes. Just follow these steps:

  1. Fork the repository. Create a branch for your contribution:
git checkout -b feature/your-feature
  1. Make necessary changes. Commit and push to your branch:
git commit -m "Add feature X"
  1. Open a pull request.
git push origin feature/your-feature

License

This project is licensed under the MIT License.