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:
- Clone this repo using
git clone https://github.com/Jo-IE/vanilla-JS-poll.git
- Run
npm start