Skip to content

Commit 13a9713

Browse files
authored
Readme: add picture
1 parent 83b9d7b commit 13a9713

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# CK-UI - CodeMeow.
2+
[![Build Status](https://app.travis-ci.com/TheCodingKittens/CK-UI.svg?branch=main)](https://app.travis-ci.com/TheCodingKittens/CK-UI)
3+
[![Coverage Status](https://coveralls.io/repos/github/TheCodingKittens/CK-UI/badge.svg?branch=main)](https://coveralls.io/github/TheCodingKittens/CK-UI?branch=main)
4+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=TheCodingKittens_CK-UI&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=TheCodingKittens_CK-UI)
5+
<a href="https://heroku-badge.herokuapp.com/?app=ase-fs22-codingkittens-client"><img src="https://heroku-badge.herokuapp.com/?app=ase-fs22-codingkittens-client"></a>
6+
7+
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.
8+
9+
<img src="https://github.com/TheCodingKittens/CK-UI/blob/main/img/codemeow-general.png">
210

3-
Our project CodeMeow. provides users with an application that has an additional visual layer to python's interactive programming console. This way, users are able see the state of their program in a graph representation, as well as the current memory state and possible output.
11+
### Installation
12+
13+
To start the frontend for CodeMeow, install all dependencies with `npm install` and then start the application with `npm start`.
414

5-
To start the frontend for CodeMeow. install all dependencies with `npm install` and then start the application with `npm start`.
615

716
For further information on how to use the our programming layer (e.g., commands and shortcuts), please refer to the [wiki](https://github.com/TheCodingKittens/CK-UI/wiki/CodeMeow.-Wiki) of this project.
817

9-
[![Build Status](https://app.travis-ci.com/TheCodingKittens/CK-UI.svg?branch=main)](https://app.travis-ci.com/TheCodingKittens/CK-UI)
10-
[![Coverage Status](https://coveralls.io/repos/github/TheCodingKittens/CK-UI/badge.svg?branch=main)](https://coveralls.io/github/TheCodingKittens/CK-UI?branch=main)
11-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=TheCodingKittens_CK-UI&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=TheCodingKittens_CK-UI)
12-
<a href="https://heroku-badge.herokuapp.com/?app=ase-fs22-codingkittens-client"><img src="https://heroku-badge.herokuapp.com/?app=ase-fs22-codingkittens-client"></a>
18+

0 commit comments

Comments
 (0)