The web frontend for the demo-server project.
- Login & Register
- Save token in local storage (v1)
- Load all available polls
- Allow you to vote
- Allow you to suggest new users
npm i -g pnpm
git clone https://github.com/unfinishedprojs/demo-front
cd demo-front
pnpm i
pnpm dev
orpnpm build
->pnpm serve
Check UPDATES.md
for the list of updates.