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