This is a small application written as part of a code test. It is a complete system for making and sharing online polls, voting in them, and seeing updates in real time. Planning poker is a technique used when planning a project, designed to eliminate anchoring bias when estimating effort.
Primarily tested on Google Chrome.
- Install Node.js (v10 or above) including npm
- Clone the repository
- Use
npm installto install dependencies - Build using
npm run build
- Use
npm run startto start the server - Navigate to
localhost:3000to access the application