Logo Lanfrica

a-certain-dude/quanbis-computing

Domain:

education

Record type:

software
Creator:
a-c
Host:
Quanbis Computing is a modern, curriculum-aligned offline-first Android educational app designed to teach computing concepts based on the Ghana NaCCA (2021) Common Core Programme for Basic 7, 8, and 9 # πŸš€ Quanbis Computing – Android Educational App (Kotlin + Jetpack Compose) **Quanbis Computing** is a modern, curriculum-aligned **offline-first Android educational app** designed to teach computing concepts based on the **Ghana NaCCA (2021) Common Core Programme** for **Basic 7, 8, and 9**. This repository is a **portfolio showcase** and contains only the project README. The full source code is **private**, but the app is live and fully functional on the **Google Play Store**. --- ## πŸ“² Download on Google Play --- ## πŸ“Œ Overview Quanbis Computing provides structured and interactive learning in: - Introduction to Computing - Productivity Software - Computer Networks - Computational Thinking All lessons, quizzes, and exercises are stored locally, making the app **fully functional offline**. --- ## 🌟 Key Features - **Curriculum-Aligned Learning**: Tailored for Basic 7, 8, and 9 students - **Interactive Quizzes**: Real-time feedback with explanations - **Smart Navigation**: ModalBottomSheet Table of Contents for fast topic access - **Adaptive UI**: Responsive across phones and tablets - **Monetization Strategy**: Free Basic 7 + optional paid unlocks for higher levels --- ## 🧠 Skills Demonstrated - Advanced **Android development** using Kotlin + Jetpack Compose - **Offline-first architecture** with JSON-based data storage - **Component-driven UI** for scalable, maintainable layouts - Integration of **Google Play Billing** and **Firebase Analytics** - Clean, modular, and maintainable code architecture --- ## πŸ— Project Structure (High-Level) ``` ui/ β”œβ”€β”€ basics/ # Entry screens & level selection β”œβ”€β”€ commons/ # Reusable UI components β”œβ”€β”€ learning/topics/ # Core content screens β”œβ”€β”€ billing/ # Monetization logic assets/ β”œβ”€β”€ quizzes/ # Quiz data (JSON) β”œβ”€β”€ exercises/ # Practice content ``` > Note: Full source code is private and not included in this repository. --- ## πŸš€ Why This Pr …