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.
- Host: GitHub
- URL: https://github.com/shellyda/login-screen-jquery-js
- Owner: Shellyda
- License: mit
- Created: 2020-10-24T14:23:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:44:06.000Z (about 2 years ago)
- Last Synced: 2023-12-16T05:32:10.847Z (about 2 years ago)
- Topics: black-and-white, clique-aqui, css-html-js, frontend, javascript, jquery, login, login-system, loginscreen, para-acessar, star
- Language: CSS
- Homepage: https://shellyda.github.io/login-screen-jquery-js/
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Study Project: Login Screen with jQuery

## 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.
---