Skip to content

soghayarmahmoud/procode-edu-pulse-lms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

131 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

ProCode EduPulse Banner

πŸš€ ProCode EduPulse

The Ultimate Open-Source Learning Management System for Modern Coding Education.
Empowering the next generation of developers through interactive, browser-based learning.

HTML5 CSS3 JavaScript Firebase

Features β€’ Tech Stack β€’ Installation β€’ Documentation

License PRs Welcome CI Status Status


🎯 Vision & Purpose

ProCode EduPulse is a state-of-the-art Single Page Application (SPA) built with Vanilla JavaScript. It was designed to provide a lightweight, yet powerful environment where students can learn, practice, and build as they go.

Tip

Zero Build Tools: We believe in the power of the web. This app works directly in the browser with no build steps, high performance, and zero configuration.


✨ Key Features

πŸŽ“ For Students

Feature Description
Embedded IDE Multi-language editor powered by CodeMirror 6 with live preview.
AI Mentorship Get smart hints and step-by-step guidance via Google Gemini.
Gamified Progress Earn XP, unlock badges, and climb the leaderboard as you learn.
Project Portfolio Every challenge you complete is automatically added to your dev portfolio.

πŸ›‘οΈ For Instructors

Feature Description
Unified CMS A powerful dashboard to create courses, lessons, and challenges.
Advanced Search Instantly find and manage content with Ctrl + K global search.
Content Analytics Track completion rates and student performance metrics.
No-Code Management Publish rich markdown content and video lessons with zero technical overhead.

πŸ—οΈ Technical Architecture

The platform follows a modular service-based architecture, ensuring high scalability and maintainability without the need for complex frameworks.

graph TD
    A[Router (Hash-based)] --> B(Page Renderers)
    B --> C{Component Library}
    C --> D[CodeEditor (CodeMirror 6)]
    C --> E[VideoPlayer (Custom HTML5)]
    C --> F[QuizEngine]
    B --> G[Services Layer]
    G --> H[Firebase Auth/Firestore]
    G --> I[Piston API (Remote Exec)]
    G --> J[Gemini API (AI Insights)]
Loading

πŸš€ Getting Started

1. Simple Launch (Local)

# Clone the repository
git clone https://github.com/soghayarmahmoud/procode-edu-pulse-lms.git

# Navigate and serve
cd procode-edu-pulse-lms
npx serve .

2. Integration Setup

To unlock the full potential of the platform:

  • Firebase: Set up your project and add credentials in js/services/firebase-config.js.
  • Gemini AI: Add your API key in the User Settings panel within the app.
  • Remote Execution: Configure the Piston API endpoint for backend code validation.

πŸ“‚ Repository Guide

Folder / File Purpose
js/ Core Logic: ES modules for routing, components, and services.
css/ Design System: Variables, global styles, and modular component CSS.
data/ Content fallback: JSON files for course/lesson metadata.
.github/ CI/CD: Workflows for automated linting and formatting.

🀝 Contributing

We love contributions! Whether you're fixing a bug, adding a new course, or improving the UI, your help makes ProCode EduPulse better for everyone.

  1. Check out our Contributing Guidelines.
  2. Follow the Code of Conduct.
  3. Join the discussion on our Issues page.

⭐ Support & Socials

If you love this project, please consider giving it a star on GitHub!

Built with πŸ’™ by Mahmoud ElSoghayar & Mahmoud Abdelrauf

About

A full-stack interactive learning platform designed for tech YouTubers. Features include an integrated code playground, automated quizzes, and student progress tracking

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors