/svelte-feedback-app

A typical Feedback app written in Svelte

Primary LanguageSvelte

Svelte Feedback app

A typical feedback app using Svelte framework. This is the extended version of Traversy Media's Svelte Crash Course, with an option to switch between using Event dispatcher version or using Stores version. This project is created with Vite.

Getting started

Install and run the app locally

yarn install
yarn run dev

Connections