Create Anonymous polls for free
Clone the repo 👏
git clone https://github.com/ashirbad29/quick-poll.git
cd quick-poll
Install Dependencies 🎯
# installs yarn globally
npm i -g yarn
yarn # install local packages
# start the dev server
yarn dev
Setup Firebase 🔥
- create a Firebase project in firebase console
- Add your Firebase configs in
src/firebase/index.ts
UI/UX is inspired by Anurag's Rapid Poll