Skip to content

bivt-cap/bivt-frontend

Repository files navigation

Kovan

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

Getting Started

  • yarn install
  • npm install

Version Control

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:

  1. 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.
  2. Always indicate the issue id;
  3. Provide a short description of what you did;

An example of your commit description

feat [#1] - new endpoint returning all Provinces in Canada

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU GENERAL PUBLIC License - see the LICENSE file for details

Acknowledgments