{"id":48929878,"url":"https://github.com/prahladyeri/abhyasa","last_synced_at":"2026-04-17T08:33:21.823Z","repository":{"id":331576345,"uuid":"1127618796","full_name":"prahladyeri/abhyasa","owner":"prahladyeri","description":"Modular Quiz and Assessment Engine","archived":false,"fork":false,"pushed_at":"2026-03-08T12:11:07.000Z","size":1394,"stargazers_count":6,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-08T12:35:59.083Z","etag":null,"topics":["bootstrap","mcq-website","quiz","quizapp"],"latest_commit_sha":null,"homepage":"https://abhyasa.pages.dev","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prahladyeri.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-04T08:59:05.000Z","updated_at":"2026-03-08T12:11:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/prahladyeri/abhyasa","commit_stats":null,"previous_names":["prahladyeri/abhyasa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prahladyeri/abhyasa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prahladyeri%2Fabhyasa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prahladyeri%2Fabhyasa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prahladyeri%2Fabhyasa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prahladyeri%2Fabhyasa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prahladyeri","download_url":"https://codeload.github.com/prahladyeri/abhyasa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prahladyeri%2Fabhyasa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31922004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","mcq-website","quiz","quizapp"],"created_at":"2026-04-17T08:33:17.063Z","updated_at":"2026-04-17T08:33:21.814Z","avatar_url":"https://github.com/prahladyeri.png","language":"JavaScript","funding_links":["https://www.patreon.com/prahladyeri","https://paypal.me/prahladyeri"],"categories":[],"sub_categories":[],"readme":"![license](https://img.shields.io/github/license/prahladyeri/abhyasa.svg)\r\n![last-commit](https://img.shields.io/github/last-commit/prahladyeri/abhyasa.svg)\r\n[![patreon](https://img.shields.io/badge/Patreon-brown.svg?logo=patreon)](https://www.patreon.com/prahladyeri)\r\n[![paypal](https://img.shields.io/badge/PayPal-blue.svg?logo=paypal)](https://paypal.me/prahladyeri)\r\n[![follow](https://img.shields.io/twitter/follow/prahladyeri.svg?style=social)](https://x.com/prahladyeri)\r\n\r\n# Abhyasa\r\n\r\n**Abhyasa** is a modular quiz and assessment engine built as a minimal Single Page Application (SPA) using **esbuild**, **Bootstrap 5**, and an **event-driven architecture**. It is powered by the [Open Quiz Commons](https://github.com/prahladyeri/open-quiz-commons) dataset (CC-BY-SA-4.0), providing ready-to-use quiz questions.\r\n\r\n\r\nThe project is designed for developers, educators, or anyone who wants a **clean, extensible foundation** for quizzes, MCQs, or learning tools.\r\n\r\n---\r\n\r\n## Features\r\n\r\n- Modular, SPA-friendly architecture\r\n- Event bus for decoupled state management\r\n- MCQs and timed quizzes\r\n- Easy to extend with new question types\r\n- Minimal dependencies: Bootstrap 5, jQuery optional\r\n- Fully open-source and MIT licensed\r\n\r\n---\r\n\r\n## Tech Stack\r\n\r\n- **Frontend:** HTML, CSS, JavaScript (ES6 modules)\r\n- **Styling:** Bootstrap 5\r\n- **Bundling:** esbuild\r\n- **State Management:** Event Bus pattern\r\n- **Hosting:** Cloudflare Pages\r\n\r\n---\r\n\r\n## Getting Started\r\n\r\n### 1. Clone the repository\r\n\r\n```bash\r\ngit clone https://github.com/prahladyeri/abhyasa.git\r\ncd abhyasa\r\n```\r\n\r\n### 2. Install dependencies\r\n\r\n```bash\r\nnpm install\r\n```\r\n\r\n### 3. Build the project\r\n\r\n```bash\r\nnpm run build\r\n```\r\n\r\nThis will generate the `dist/` folder (build output).\r\n\r\n### 4. Run a local server (optional)\r\n\r\nYou can use any static server, e.g.:\r\n\r\n```bash\r\nnpm run dev\r\n```\r\n\r\nThen open `http://localhost:3000` to see the app.\r\n\r\n---\r\n\r\n## Contributing\r\n\r\nContributions are welcome! If you want to contribute:\r\n\r\n1. Fork the repository\r\n2. Create a feature branch\r\n3. Submit a Pull Request\r\n\r\n**Design Philosophy:**\r\n\r\n* Minimal dependencies\r\n* Event-driven flow\r\n* Modular components for easy customization\r\n\r\n---\r\n\r\n## Data Source\r\n\r\nAbhyasa is powered by [Open Quiz Commons](https://github.com/prahladyeri/open-quiz-commons), an open-source dataset of quiz questions released under [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/).\r\n\r\nAll questions included in this app are attributed to their original authors as per the license.\r\n\r\n---\r\n\r\n## License\r\n\r\nThis project is licensed under the [MIT License](LICENSE).\r\n\r\n## Professional Services \u0026 Customization\r\n\r\nWhile **Abhyasa** is strictly open-source, I understand that businesses often require specific integrations or bespoke features. As a full-stack developer, I offer the following services via **Fiverr**:\r\n\r\n* **Custom Feature Development:** Need a specific question type, advanced reporting, or a unique UI/UX for your assessment needs?\r\n* **Cloudflare Deployment:** Professional setup and optimization of Abhyasa on your own Cloudflare Workers/Pages environment.\r\n* **API Integration:** Connecting the quiz engine to your existing CRM, LMS, or database.\r\n* **Legacy-to-Modern Migration:** Expertise in porting older .NET or desktop workflows into modern React/Vite stacks.\r\n\r\n**[Hire me on Fiverr](https://www.fiverr.com/prahladyeri)**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprahladyeri%2Fabhyasa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprahladyeri%2Fabhyasa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprahladyeri%2Fabhyasa/lists"}