All Projects → coding-blocks → Cbonlineapp

coding-blocks / Cbonlineapp

Licence: gpl-3.0
😎⚡️Android App for Coding Blocks Online Courses

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Cbonlineapp

Sci
[MIRROR] Gentoo Science Overlay
Stars: ✭ 127 (-1.55%)
Mutual labels:  hacktoberfest
Torchbear
🔥🐻 The Speakeasy Scripting Engine Which Combines Speed, Safety, and Simplicity
Stars: ✭ 128 (-0.78%)
Mutual labels:  hacktoberfest
Pytest Postgresql
This is a pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL process and client.
Stars: ✭ 127 (-1.55%)
Mutual labels:  hacktoberfest
Leetcode Solutions
This repository consists of solutions to the problem from LeetCode platform. Subscribe to our Channel for more updates
Stars: ✭ 128 (-0.78%)
Mutual labels:  hacktoberfest
Rasa Ptbr Boilerplate
Um template para criar um FAQ chatbot usando Rasa, Rocket.chat, elastic search
Stars: ✭ 128 (-0.78%)
Mutual labels:  hacktoberfest
Node Disk Manager
Kubernetes Storage Device Management
Stars: ✭ 128 (-0.78%)
Mutual labels:  hacktoberfest
Camunda Bpm Webapp
This codebase was merged with https://github.com/camunda/camunda-bpm-platform. Only maintenance branches are active.
Stars: ✭ 127 (-1.55%)
Mutual labels:  hacktoberfest
Awesome Wp Cli
A curated list of packages and resources for WP-CLI, the command-line interface for WordPress.
Stars: ✭ 129 (+0%)
Mutual labels:  hacktoberfest
Aws Iot Device Sdk Python V2
Next generation AWS IoT Client SDK for Python using the AWS Common Runtime
Stars: ✭ 128 (-0.78%)
Mutual labels:  hacktoberfest
Integration
HACS gives you a powerful UI to handle downloads of all your custom needs.
Stars: ✭ 2,114 (+1538.76%)
Mutual labels:  hacktoberfest
Awesome Python Scripts
A curated collection of some 😍 cool Python scripts.
Stars: ✭ 128 (-0.78%)
Mutual labels:  hacktoberfest
Ocpp
Python implementation of the Open Charge Point Protocol (OCPP).
Stars: ✭ 127 (-1.55%)
Mutual labels:  hacktoberfest
Color Tracker
Color tracking with OpenCV
Stars: ✭ 128 (-0.78%)
Mutual labels:  hacktoberfest
Baker
Baker is a high performance, composable and extendable data-processing pipeline for the big data era
Stars: ✭ 127 (-1.55%)
Mutual labels:  hacktoberfest
Docs
Mattermost documentation
Stars: ✭ 128 (-0.78%)
Mutual labels:  hacktoberfest
Nagios
Development repository for the nagios cookbook
Stars: ✭ 127 (-1.55%)
Mutual labels:  hacktoberfest
Irslackd
Self-hosted IRC gateway to Slack
Stars: ✭ 128 (-0.78%)
Mutual labels:  hacktoberfest
Slack Orb
Create custom Slack notifications for CircleCI job statuses
Stars: ✭ 129 (+0%)
Mutual labels:  hacktoberfest
Reactiveui.samples
This repository contains ReactiveUI samples.
Stars: ✭ 127 (-1.55%)
Mutual labels:  hacktoberfest
Yt Ad Autoskipper
A browser extension that automates skipping ad on Youtube. This is not an ad blocker, it just automates the process of clicking on the "Skip Ad" button on Youtube.
Stars: ✭ 127 (-1.55%)
Mutual labels:  hacktoberfest

CBOnlineApp

😎⚡️Online App for Coding Blocks Online

codebeat badge Maintainability Codacy Badge Build

An app to consume online courses available at https://online.codingblocks.com

Application is available here:

Get it on Google Play

Downloads Badge Rating Badge

Screenshots

Libraries used and their documentation

Contributions Best Practices

For first time Contributors

First-time contributors can read CONTRIBUTING.md file for help regarding creating issues and sending pull requests.

Branch Policy

We have the following branches

  • development All development goes on in this branch. If you're contributing, you are supposed to make a pull request to development. PRs to development branch must pass a build check and a unit-test check on Circle CI.
  • master This contains shipped code. After significant features/bugfixes are accumulated on development, we make a version update and make a release.

Code practices

Please help us follow the best practices to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.

  • Single commit per pull request
  • For writing commit messages please read the COMMITSTYLE carefully. Kindly adhere to the guidelines.
  • Follow uniform design practices. The design language must be consistent throughout the app.
  • The pull request will not get merged until and unless the commits are squashed. In case there are multiple commits on the PR, the commit author needs to squash them and not the maintainers cherrypicking and merging squashes.
  • If the PR is related to any front end change, please attach relevant screenshots in the pull request description.

Join the development

  • Before you join the development, please set up the project on your local machine, run it and go through the application completely. Press on any button you can find and see where it leads to. Explore. (Don't worry ... Nothing will happen to the app or you due to the exploring 😉 Only thing that will happen is, you'll be more familiar with what is where and might even get some cool ideas on how to improve various aspects of the app.)
  • If you would like to work on an issue, drop in a comment at the issue. If it is already assigned to someone, but there is no sign of any work being done, please free to drop in a comment so that the issue can be assigned to you if the previous assignee has dropped it entirely.

For Testers: Testing the App

If you are a tester and want to test the app, you have two ways to do that:

  1. Installing APK on your device: You can get debug APK as well as Release APK in the apk branch of the repository. After each PR merge, both the APKs are automatically updated. So, just download the APK you want and install it on your device. The APKs will always be the latest one.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].