olehmartynenko / flowcharts

JavaScript web service for creating flowcharts of C code

Home Page:https://chyrkovmaksym.github.io/flowcharts/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FLOWCHARTS

We are a team of five students from ImiX flow of Kyiv Politechnic Institute:

Contributors GitHub Telegram
Martynenko Oleh IM-11 olegoofy olegoofy
Chyrkov Maksym IM-11 chyrkovmaksym maxchyrkov
Shevyrov Vladislav IM-11 AidXylelele o_g_vlad
Anenko Ivan IM-13 LikerFeed ivan_anenko
Andrukhiv Vita IM-13 vita133 vita_andrukhiv

The theme of our project is a web service for creating block diagrams of code in the C language.

The project is created collectively: we look at each other's code, supplement it and refactor it, reconcile the changes and commit the changes to this repository.

The project consists of a parser, a visual part (Dynamically processes the results of the parser from an array of objects. Implemented with canvas). Also in the project there is text processing on RegExp. On our site you can see who made the last commit to our repository.

Our project is able to:

  1. display variable declaration
  2. display if/else
  3. display loops(can be use also with if/else)
  4. display switch/case
  5. download the flowchart
  6. etc...

OUR WEBSITE


USAGE

Add your C code to the site, making sure that your code meets all the criteria that are listed on our site! Download the flowchart of your code!

About

JavaScript web service for creating flowcharts of C code

https://chyrkovmaksym.github.io/flowcharts/index.html

License:MIT License


Languages

Language:JavaScript 62.2%Language:CSS 27.4%Language:HTML 10.3%