StuartReeve / front_end_week_10

Front end web developer week 10 - Local storage, remote data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple introduction to JavaScript and Local Storage

Clone this repository using git clone https://github.com/CTEC3905/javascript_02_localstorage instead of just downloading it. Before you push, you will need to change the GIT remote to your own repository for this code with the following command: git remote set-url origin [YOUR_REPO_URL_HERE].

This exercise builds on JavaScript 01 by using localstorage to retain some data between sessions, so you can close the browser window and the data remains in place—for that user and their browser only.

You can view this page here.

About

Front end web developer week 10 - Local storage, remote data


Languages

Language:JavaScript 74.2%Language:HTML 25.8%