This project allows you to copy the Result-JSON data provided by pr0p0ll.com on a poll and render it to charts based on the data.
Pre-Requisites: Node Package Manager (NPM)
- Clone the Repo
- Open the Repo in a terminal.
- Install dependencies using
npm install
- Serve the content locally using
npm run serve
(This starts a local development server)