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

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


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

appwrite digitalocean first-contributions first-good-issue git github-pages hactoberfest hactoberfest2023 open-source

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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

```terminal
git clone https://github.com/s-bhalode/login_form.git
```
βœ” Navigate to project directory.
```terminal
cd Hacktoberfest-2023
```
βœ” Create a new branch
```markdown
git checkout -b your-name-branch
```
βœ” Make some enhancement changes to the project

βœ” Add your changes
```markdown
git add .
```
βœ” Commit your changes.
```markdown
git commit -m "message"
```
βœ” Then push
```markdown
git push origin your-name-branch
```

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