Skip to content

Latest commit

 

History

History
37 lines (37 loc) · 2.81 KB

File metadata and controls

37 lines (37 loc) · 2.81 KB
MerkelRex/
├── CSS/                          # Contains all CSS stylesheets for UI styling
│   ├── canvas_status.css         # Styles for canvas status section (possibly related to flowchart canvas)
│   ├── dev_main.css              # Styles for development/main preview interface
│   ├── development.css           # Styles for developer tools or help section
│   ├── navbar.css                # Styles specific to the navigation bar
│   ├── node.css                  # Styles for visual representation of nodes (likely flowchart nodes)
│   ├── properties.csss           # [Typo?] Likely meant to be 'properties.css'; styles for properties panel/menu
│   ├── shapes.css                # Styles for shape elements in the editor (e.g., flowchart blocks)
│   ├── sidebar.css               # Styles for the sidebar UI component
│   └── style.css                 # General/global stylesheet (fallback/default styles)
│
├── dependencies/                 # Placeholder folder, likely misused for unrelated files
│   ├── Deepak_Singh.jpg          # Possibly developer profile image (not a header file)
│   ├── Dhruv_Rawat.jpg           # Same as above
│   ├── Khajan_Bhatt.jpg          # Same as above
│   ├── logoipsum-370.svm         # Likely a vector/logo image or serialized model file (unclear usage)
│   └── Vineet_Pandey.jpg         # Developer image or placeholder
│
├── docs/                         # Documentation and supporting data
│   ├── flowcharts/               # Folder containing flowchart diagrams
│   ├── Flowchart Simulator.docx  # Documentation describing the flowchart simulation system
│   └── Flowchart.jpg             # Visual representation or example of a flowchart
│
├── api.js                        # JavaScript for handling API calls or backend interaction
├── app.py                        # Python backend script (possibly Flask backend for QR or form handling)
├── developer.html                # Developer-focused UI or personal profile page
├── directory_structure.md        # Markdown file documenting this folder structure
├── index.html                    # Main landing HTML page of the app (entry point)
├── models.json                   # JSON model configuration or predefined flowchart elements
├── script.js                     # Main JavaScript file to drive UI logic
├── requirements.txt              # Python dependencies list for the project
├── .gitignore                    # Specifies intentionally untracked files to ignore in Git
├── LICENSE                       # License file (MIT, GPL, etc.) for open-source use
└── README.md                     # Project overview, setup, and usage instructions