Jo-IE / vanilla-JS-poll

A poll that stores and retrieves results from local storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla JS Poll

A demo poll written in plain Javascript where a user ranks their preference. This preference is stored in local storage and is updated as the user updates their preference.

The page has a View Results button to retrieve the results of the poll from local storage.

Read how this project was built here.

To install this project:

  1. Clone this repo using git clone https://github.com/Jo-IE/vanilla-JS-poll.git
  2. Run npm start

About

A poll that stores and retrieves results from local storage.


Languages

Language:HTML 46.6%Language:JavaScript 39.9%Language:CSS 13.6%