Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 901 Bytes

File metadata and controls

34 lines (21 loc) · 901 Bytes

#Garlic.js

Build Status

Garlic.js allows you to automatically persist your forms' text and select field values locally, until the form is submitted. This way, your users don't lose any precious data if they accidentally close their tab or browser.

#Demonstration / Documentation

http://garlicjs.org/

#Version

0.1.0

See CHANGELOG for more info.

#TODO

  • Improve doc and api;
  • Refactorize some code;
  • Work on an alternative to Local Storage for non compatible browsers;
  • Work on cases where server put content in text fields, let the user choose bw server or Local Storage version;
  • Improve tests coverage;
  • Improve compatibility;
  • And much more, for fun!

#Contributors

  • @cdmoyer
  • @johnrees

#Licence

MIT - See LICENCE.md