/vanilla-JS-poll

A poll that stores and retrieves results from local storage.

Primary LanguageHTML

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