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
- Host: GitHub
- URL: https://github.com/sandysanthosh/js-issue-tracker
- Owner: sandysanthosh
- Created: 2018-12-15T02:43:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T03:57:19.000Z (over 7 years ago)
- Last Synced: 2025-07-24T10:33:25.952Z (12 months ago)
- Topics: chancejs, javascript, json
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=NYq9J-Eur9U
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/