A simple and interactive polling application built with Svelte.
Users can create polls, vote on options, and view live results with a clean and responsive UI.
Clone the repository:
```bash
git clone https://github.com/
Install dependencies:
npm install
Start development server:
npm run dev
Build for production:
npm run build
š Project Structure . āāā public/ # Static assets āāā scripts/ # Helper/build scripts āāā src/ # Application source code āāā package.json # Project metadata & dependencies āāā rollup.config.js # Rollup bundler config āāā README.md # Project documentation