rating_svelte Svelte Themes

Rating_svelte

This project is a simple test on how I apply Svelte into a simple application

Rating Survey - Svelte

This rating survey is a simple project utilizing Svelte as the frontend framework.

Table of Contents

Features

  • Users can rate the service.
  • Users can input remarks before submitting.
  • Ensures users input at least 10 characters before submitting.
  • Displays the rating and remarks.
  • Shows total remarks and average rating.
  • Allows deletion of remarks.

Live Demo

Check out the live demo here.

Getting Started

To get started with Rating Survey, follow these steps:

  1. Clone the repository: git clone https://github.com/garrentmh/rating_svelte.git
  2. Install dependencies: npm install
  3. Start the server: npm run dev

File Structure

Here's the basic file structure of Rating Survey:

src
├── App.svelte
├── main.js
├── stores.js
├── tree.txt
└── components
    ├── Button.svelte
    ├── Card.svelte
    ├── FeedbackForm.svelte
    ├── FeedbackItem.svelte
    ├── FeedbackList.svelte
    ├── FeedbackStats.svelte
    └── RatingSelect.svelte

Change Log

See CHANGELOG.md.

Top categories

Loading Svelte Themes