feat: implement LMS core features (progress tracking, markdown notes, quizzes) & layout enhancements - #7
Open
sila911 wants to merge 3 commits into
Open
feat: implement LMS core features (progress tracking, markdown notes, quizzes) & layout enhancements#7sila911 wants to merge 3 commits into
sila911 wants to merge 3 commits into
Conversation
added 2 commits
July 13, 2026 14:50
…orphism, optimize mobile responsiveness, and refine routing
… markdown notes, knowledge quizzes, and responsive tab layout fixes
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…editor syntax highlighting, and VS Code-style autocomplete suggestions
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.
📝 Description
This PR transforms Learnify into a fully functional Learning Management System (LMS) with client-side state persistence and interactive learning tools. It also integrates custom responsive design passes and logo marquee carousels.
🚀 Key Features Introduced
1. 📊 Progress Tracking & Lesson Checkpoints
localStorageto save completed/watched video lesson IDs across reloads.0% - 100%) dynamically on Course Cards and the Course Details sidebar.2. 📝 Auto-Saving Markdown Notes
# Headers,**bold**,*italics*,`code`blocks, and- bullet lists.3. ❓ Knowledge Quizzes & Course Checks
4. 🎨 Layout & Polish
🛠️ Files Modified
src/components/VideoPage.jsx- Main player layout, sub-tabs, notes auto-save, markdown, and quiz module.src/components/CourseDetails.jsx- Progress bars and responsive stack order.src/components/CourseCard.jsx- Catalog cards progress overlays.src/components/Logos.jsx- Marquee slider container.src/data/trendingCourses.js- Mock database quiz datasets.src/App.jsx- State engines for completed lessons, popstate checks, and theme toggling.src/input.css- Custom marquee keyframe translations and scrollbar-none utility selectors.🧪 Verification & Builds
npm run buildlocally; compiled client files successfully with zero warnings:dist/assets/index-BgU_tPRY.css(81.85 kB)dist/assets/index-ByTgz4cb.js(278.52 kB)