Added CourseProgress with progress bar and styled video cards #230
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.
🔗 Related Issue
Fixes # 172
📖 Description
This PR introduces a modernized Course Progress system and enhances the lecture/video grid design to improve the overall learning experience.
Key changes:
✨ Course Progress Component
Added a visual progress bar instead of checkboxes.
Displays percentage completion (x / y lessons completed).
Progress is persisted in localStorage so learners don’t lose their progress on refresh.
🎨 Lecture/Video Grid Improvements
Styled video cards with shadows, hover effects, and spacing for a modern e-learning feel.
Organized metadata (title, description, category) inside each card.
Ensured responsive layout with a clean grid display.
These changes make the platform feel closer to real-world LMS platforms like Coursera/Udemy, providing better user engagement.
🛠️ Type of PR
✨ Feature Enhancement
📸 Screenshots / 🎥 Videos




✅ Checklist
CONTRIBUTING.mdfile before contributing🚀 Additional Notes (optional)
Add any extra information, possible follow-ups, or suggestions for future improvement.