Skip to content

TheCodingKittens/CK-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13a9713 · May 29, 2022

History

86 Commits
Apr 5, 2022
May 8, 2022
May 29, 2022
May 23, 2022
May 29, 2022
Apr 12, 2022
Mar 22, 2022
Apr 12, 2022
Apr 12, 2022
Mar 13, 2022
May 29, 2022
Mar 22, 2022
Apr 12, 2022
May 29, 2022
May 29, 2022
Apr 4, 2022

Repository files navigation

CK-UI - CodeMeow.

Build Status Coverage Status Quality Gate Status

This is the frontend repository of the CodeMeow project. This application provides users an additional visual layer to python's interactive programming console. That way, users are able see the state of their program in a graph representation, as well as the current memory state and possible output.

Installation

To start the frontend for CodeMeow, install all dependencies with npm install and then start the application with npm start.

For further information on how to use the our programming layer (e.g., commands and shortcuts), please refer to the wiki of this project.