Ballot dapp application written in Solidity. this exemple intends to help developers who starts in building Ethereum Dapps. This app is a webpage (for ballot) that uses web3 and interact with the blockchain (mainet, testnet or local private).
The idea is to create a web interface for the exemple provided in the official documentation : https://solidity.readthedocs.io/en/latest/solidity-by-example.html.
##Instructions: to try this app you need :
1- setup a private localchain or use the testnet (creat account,.....).
2- Install Mist (the Dapp browser).
3- Deploy the contract provided in ballot.sol.
4- change the address in the functions.js by your contract address.
if all is ok you will get the result shown in the pic below :