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
- Host: GitHub
- URL: https://github.com/s-bhalode/login_form
- Owner: s-bhalode
- Created: 2023-10-02T18:01:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T16:09:46.000Z (over 2 years ago)
- Last Synced: 2025-01-12T16:30:49.122Z (about 1 year ago)
- Topics: appwrite, digitalocean, first-contributions, first-good-issue, git, github-pages, hactoberfest, hactoberfest2023, open-source
- Language: CSS
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
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