Description:
react-polls is a poll component for React which can be easily used and customizable adding your question and possible answers.
It uses browser Local Storage to save the user vote and block multiples votes.
Installation:
# Yarn $ yarn add react-polls # NPM $ npm install react-polls --save
