Pollify is a Svelte-based polling application that allows users to create, vote, and view poll results in real-time with smooth animations. This project was built while learning Svelte and covers key concepts like reusability, reactivity, and animations.
β
Create polls with multiple options
β
Vote instantly and see live results
β
Responsive design for mobile and desktop
β
Smooth animations using Svelteβs built-in transitions
β
Data persistence using local storage (or Firebase for real-time updates)
git clone https://github.com/yourusername/pollify.git
cd pollify
npm install
npm run dev
Open localhost:5173 to view the app.