https://github.com/iamnotstatic/tasksbite
"Your Tasks" - Organize it all with Tasksbite
https://github.com/iamnotstatic/tasksbite
Last synced: 9 months ago
JSON representation
"Your Tasks" - Organize it all with Tasksbite
- Host: GitHub
- URL: https://github.com/iamnotstatic/tasksbite
- Owner: iamnotstatic
- Created: 2019-12-14T17:39:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:13:00.000Z (over 3 years ago)
- Last Synced: 2025-05-08T20:53:24.589Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://tasksbite.herokuapp.com/
- Size: 1.21 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tasksbite
### "Your Tasks" - Organize it all with Tasksbite
#### Website: Click
## Setup project
### npm install - to install dependencies
### create DB and connect to it from the project
## How to contribute
1. Fork the project & clone locally. Follow the initial setup here.
2. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug
3. Code and commit your changes. git commit -m 'Add some feature'
Push to the branch: git push origin feature/that-new-feature
## Contribution guideline
Create an issue
Nobody's perfect. Something doesn't work? Or could be done better? Let us know by creating an issue.
PS: a clear and detailed issue gets lots of love, all you have to do is follow the issue template!
Create a pull request
Try to keep the pull requests small. A pull request should try its very best to address only a single concern.
Make sure all tests pass and add additional tests for the code you submit.
Document your reasoning behind the changes. Explain why you wrote the code in the way you did. The code should explain what it does.
If there's an existing issue related to the pull request, reference to it by adding something like References/Closes/Fixes/Resolves #305, where 305 is the issue number.
If you follow the pull request template, you can't go wrong.
Please note: all commits in a pull request will be squashed when merged, but when your PR is approved and passes our CI, it will be live on production!
Happy Coding ❤️