Polling-Application Svelte Themes

Polling Application

An interactive Polling Application built with Svelte. Users can create polls, vote on options, and see results update instantly. Designed to practice component-based development, state management, and reactive UI with Svelte.

šŸ—³ļø Polling Application

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.


šŸš€ Features

  • Create new polls with multiple options
  • Vote on polls in real-time
  • Automatically updates results after voting
  • Responsive design for desktop and mobile
  • Lightweight and fast with Svelte

šŸ› ļø Tech Stack

  • Frontend: Svelte
  • Bundler: Rollup
  • Package Manager: npm

šŸ“¦ Installation & Setup

  1. Clone the repository: ```bash git clone https://github.com//TO-DO-Application.git cd TO-DO-Application

  2. Install dependencies:

    npm install

  3. Start development server:

    npm run dev

  4. 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

Top categories

Loading Svelte Themes