Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.68 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.68 KB
Duplicate of the text on the website :

Common Graphs Composer offers online software wich allows you to create basics graphics, like timelines. This product is 100% free, and you are not the product because of no ads and no data storing.

No data storing ? But where is stored my timeline ?

Your work is stored directly in your computer, using your browser local storage. This website does not have any server-side code. If you wants to share a graphic or to store it securely, you can download it as a .json file.

Technical information

Common Graphs Composer works with VueJs, a JavaScript library similar to React and Angular. It allows to generate and to synchronise HTML code with JavaScript variables, and a lot of functionnalities that allowed me to create this web application.

The Dependencies

  • [JS] VueJs : The main library to control the html from js.
  • [JS] JQuery : Helps me to do some things, but not very used in this project.
  • [JS] Dom-To-Images : Allows me to generate an image from HTML (DOM) : used to export the timeline as an image.
  • [JS] JSColor : Used to make the color pickers in the Settings.
  • [JS] Lodash : Used to sort arrays/objects easierly.
  • [CSS] Bootstrap : Used only to make a better css initalization.
  • [CSS] FontAwesome : Used to display beautiful icons.
  • [CSS] Google Font : The mains fonts of the website came from GFont (Lato & Source Sans Pro)