Basic sign in form for users
🛑 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
✔ 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