An open API service indexing awesome lists of open source software.

https://github.com/sandysanthosh/js-issue-tracker

JS Issue Tracker application
https://github.com/sandysanthosh/js-issue-tracker

chancejs javascript json

Last synced: 3 months ago
JSON representation

JS Issue Tracker application

Awesome Lists containing this project

README

          

# JSIssueTracker
JS Issue Tracker application

->This application contains basics
-> Javascript
-> Bootstrap
-> ChanceJS

->ChanceJS:
Random code generator

->Json local storage:

var names=["santhosh","ranjith","yogi","rahul"];

->Local storage set key and value pair:

localstorage.setItem("belgian",Json.stringify(names));

->To retrieve we need to pass only key value:

var movies=localstorage.getItem("belgian");

website link:

https://sandysanthosh.github.io/JS-Issue-Tracker/