feat: add React-based UI for Sunbird Framework Generator (#63)#710
Open
karanyede wants to merge 6 commits intoCode4GovTech:mainfrom
Open
feat: add React-based UI for Sunbird Framework Generator (#63)#710karanyede wants to merge 6 commits intoCode4GovTech:mainfrom
karanyede wants to merge 6 commits intoCode4GovTech:mainfrom
Conversation
Fixed table display issue Community.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As part of my contribution to the Dedicated Mentoring Program (DMP) 2025, I have developed a user-friendly React-based interface for the Sunbird Framework Generator project. This addresses the current challenge where creating frameworks requires manual API calls via tools like Postman — a process that is both technical and time-consuming.
✅ What I've Done:
Check out by work here:
"https://sunbird-framework-gen-by-karanyede.netlify.app/"
🎯 Purpose & Vision:
This UI layer aims to reduce technical barriers by allowing non-developers to:
This aligns with Sunbird’s mission of democratizing access to education technology tools and enabling scalable solutions for government learning infrastructure.
🔧 Tech Stack Used:
📁 Folder Structure:
All files are placed under:
/projects/sunbird-framework-generator/
Includes:
README.md– project overview and setup instructions/src/– all React components, styles, and utility files/public/– assets and manifest💡 Future Scope:
This PR sets the foundation for building an intuitive and powerful tool for educators and administrators working with Sunbird.
✅ Ready for review and feedback!