Skip to content

Latest commit

Β 

History

History
41 lines (36 loc) Β· 993 Bytes

File metadata and controls

41 lines (36 loc) Β· 993 Bytes

Login Form || Hacktoberfest 2023 🌟🌟

Basic sign in form for users

Contribution Rules πŸ‘‡πŸ‘‡

πŸ›‘ You are allowed to make pull requests that break the rules. We just merge it.
πŸ›‘ Do NOT add any build steps e.g npm install.
πŸ›‘ Do NOT remove other content.
πŸ›‘ Try to keep pull requests small to minimize merge conflicts

Geting Started😁😁:

βœ” Star mark this repo.
βœ” Fork this repo.
βœ” Clone on your local machine

git clone https://github.com/s-bhalode/login_form.git

βœ” Navigate to project directory.

cd Hacktoberfest-2023

βœ” Create a new branch

git checkout -b your-name-branch

βœ” Make some enhancement changes to the project

βœ” Add your changes

git add .

βœ” Commit your changes.

git commit -m "message"

βœ” Then push

git push origin your-name-branch

βœ” Create a new pull request from your forked repository