https://github.com/socraft-public/deducktible
Deducktible
https://github.com/socraft-public/deducktible
firebase react vite
Last synced: 2 months ago
JSON representation
Deducktible
- Host: GitHub
- URL: https://github.com/socraft-public/deducktible
- Owner: socraft-public
- License: apache-2.0
- Created: 2024-08-21T07:08:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T10:27:42.000Z (almost 2 years ago)
- Last Synced: 2025-06-23T15:49:39.801Z (about 1 year ago)
- Topics: firebase, react, vite
- Language: TypeScript
- Homepage: https://deducktible.socraft.ch
- Size: 397 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Deducktible

## Contribute ❤️
🔒 Any added feature has been previously discussed in a Github issue.
🙏 For organizational reasons, please only include what is in the ticket when working on a feature.
👍 Please name your branches with the issue number you are working on as a prefix.
🕵️♂️ When writing commits, please follow the conventional commit standards by using the types :
```yaml
feat: A new feature
fix: A bug fix
chore: Other changes that don't modify src or test files
style: Changes that do not affect the meaning of the code
revert: Reverts a previous commit
docs: Documentation only changes
```
If you want to find out more about conventional commit, see : https://www.conventionalcommits.org/en/v1.0.0/