This rating survey is a simple project utilizing Svelte as the frontend framework.
Check out the live demo here.
To get started with Rating Survey, follow these steps:
git clone https://github.com/garrentmh/rating_svelte.gitnpm installnpm run devHere'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
See CHANGELOG.md.