└── local-storage-app ├── css └── styles.css ├── index.html └── js └── script.js /local-storage-app/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faytey/local-storage-app/HEAD/local-storage-app/css/styles.css -------------------------------------------------------------------------------- /local-storage-app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faytey/local-storage-app/HEAD/local-storage-app/index.html -------------------------------------------------------------------------------- /local-storage-app/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faytey/local-storage-app/HEAD/local-storage-app/js/script.js --------------------------------------------------------------------------------