Common-Graphs-Composer - https://clementgre.github.io/Common-Graphs-Composer/
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.
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.
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.
- [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)