An open API service indexing awesome lists of open source software.

https://github.com/shellyda/login-screen-jquery-js

A Login/Register screen with an Interactive hamburguer menu with jQuery and html/css.
https://github.com/shellyda/login-screen-jquery-js

black-and-white clique-aqui css-html-js frontend javascript jquery login login-system loginscreen para-acessar star

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Study Project: Login Screen with jQuery

Screenshot 2023-12-15 at 01 55 50


## Introduction
Click [here](https://shellyda.github.io/login-screen-jquery-js/) 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:
```bash
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:
```bash
git checkout -b feature/your-feature
```

2. Make necessary changes.
Commit and push to your branch:
```bash
git commit -m "Add feature X"
```
3. Open a pull request.

```bash
git push origin feature/your-feature
```

## License
This project is licensed under the MIT License.

---