Skip to content

Caesar Cipher project missing JavaScript implementation (only Python file exists) #768

@siri-004

Description

@siri-004

Issue Description

Problem

The Caesar Cipher project is not loading in the web app. When clicking on the project, it shows “coming soon” or fails to load because the project registry expects a .js file.

However, in the repository, only this file exists: Caesar-Cipher.py

The project system is designed to load JavaScript-based implementations from:

/js/projects/

Since there is no corresponding .js file for Caesar Cipher, the project fails to render.

Steps to Reproduce

  1. Open the project list in the web app
  2. Click on “Caesar Cipher”
  3. Observe that it does not load / shows missing project

Expected Behavior

Caesar Cipher project should open and run like other JS-based projects

Actual Behavior

  • Project does not load
  • Console may show missing file / 404 error for .js
  • Feature appears as “coming soon” or broken
Image
  • I am a registered GSSoC 2026 contributor.
  • I want to be assigned to fix this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions