Skip to content

GuilhermeRossato/Js-App-Snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Snippets for Applications

A collection of snippets, static classes and modules that I use frequently in javascript apps.

They are supposed to aid in debugging aswell as development by providing means to help understanding the application state, giving it a better idea of what's happening and why in an application.

Since I don't expect to change these files anytime soon, they are held in this repository, separated from projects that use them.

Snippet List

  1. Grapher (to draw graphs)
  2. Logger (to log and update previously-logged values)
  3. StateMachine (very simple state machine)
  4. Performancer (inputs and buttons for interacting)
  5. Unimplemented Interactor (inputs and buttons for interacting)

Click one of the classes to read more about their usage.

Previews

  1. Grapher Example:

Grapher Example;

  1. Performancer Example:

Performancer Example;

About

Usefull and simple javascript standalone snippets (no dependencies) to assist in development of js apps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published