Manage, connect, take care, and be productive. Kovan is the one place app for all your group needs. Never miss an important date, always know what you and your group needs to do, be always connected with your beloved ones or be prepared and control all your group expenses, Kovan helps users to achieve your goals. Kovan is multiplatform hybrid application for all your group management needs. Learn more about the app at: Kovan
yarn install
npm install
Before start, you need to create a new branch with the issue id (issue + issue id). Always code inside this branch.
git checkout -b issue1
When you do a commit follow these simple rules:
- You need to specify the type of commit:
- feat: The new feature you're adding to a particular application
- fix: A bug fix
- style: Feature and updates related to styling
- refactor: Refactoring a specific section of the codebase
- test: Everything related to testing
- docs: Everything related to documentation
- chore: Regular code maintenance.
- Always indicate the issue id;
- Provide a short description of what you did;
An example of your commit description
feat [#1] - new endpoint returning all Provinces in Canada
- Arshdeep Singh - Full Stack Web Developer - Linkedin / GitHub
- Eduardo Pereira do Carmo - Full Stack Web Developer - Linkedin / GitHub
- Sae Bom Pak - Front End Developer - Linkedin / GitHub
- Sae Byeol Pak - Front End Developer - Linkedin / GitHub
- Yalcin Tatar - Software Developer - Linkedin / GitHub
See also the list of contributors who participated in this project.
This project is licensed under the GNU GENERAL PUBLIC License - see the LICENSE file for details
- Readme template inspired in PurpleBooth/README-Template.md
- Documentation of our API was generated using APIDOC