All Projects → vuesomedev → todomvc-svelte

vuesomedev / todomvc-svelte

Licence: MIT license
TodoMVC built with Svelte and Store

Programming Languages

javascript
184084 projects - #8 most used programming language
Svelte
593 projects
HTML
75241 projects

Projects that are alternatives of or similar to todomvc-svelte

Svelte Store Router
Store-based router for Svelte
Stars: ✭ 54 (+58.82%)
Mutual labels:  store, svelte
svelte-persistent-store
A Svelte store that keep its value through pages and reloads
Stars: ✭ 111 (+226.47%)
Mutual labels:  store, svelte
dicom-dimse-native
node js native addon for dimse services
Stars: ✭ 33 (-2.94%)
Mutual labels:  store
vuex-easy-access
Unified syntax for accessing your Vuex store through simple set() and get() functions + auto generate mutations
Stars: ✭ 52 (+52.94%)
Mutual labels:  store
SvelteScaling
Does Svelte scale?
Stars: ✭ 21 (-38.24%)
Mutual labels:  svelte
workshop-todo-dapp
A workshop into adding realtime collaboration in a typical To-do app
Stars: ✭ 29 (-14.71%)
Mutual labels:  todomvc
mathesar
Web application providing an intuitive user experience to databases.
Stars: ✭ 95 (+179.41%)
Mutual labels:  svelte
type-kana
A quiz app to help you learn hiragana and katakana, the Japanese syllabaries
Stars: ✭ 21 (-38.24%)
Mutual labels:  svelte
svelte-avatar
An avatar component for Svelte
Stars: ✭ 12 (-64.71%)
Mutual labels:  svelte
pterobilling
An open-source Laravel 8 online store, client area, and billing software specially made for Pterodactyl panel
Stars: ✭ 258 (+658.82%)
Mutual labels:  store
svelte-starter-kit
Svelte with brilliant bells and useful whistles
Stars: ✭ 384 (+1029.41%)
Mutual labels:  svelte
plugins
Elder.js plugins and community plugins.
Stars: ✭ 80 (+135.29%)
Mutual labels:  svelte
template-electron-svelte
Starter project with basic Svelte and Electron setup
Stars: ✭ 23 (-32.35%)
Mutual labels:  svelte
svelte3-translation-ru
Russian translation of the official Svelte resources
Stars: ✭ 49 (+44.12%)
Mutual labels:  svelte
svelte-fa
Tiny FontAwesome 5 component for Svelte
Stars: ✭ 214 (+529.41%)
Mutual labels:  svelte
sveld
Generate TypeScript definitions for your Svelte components
Stars: ✭ 281 (+726.47%)
Mutual labels:  svelte
eslint-plugin-svelte
ESLint plugin for Svelte using AST
Stars: ✭ 22 (-35.29%)
Mutual labels:  svelte
felt-mockup
retired mockup 💚 customizable community tools that feel good
Stars: ✭ 47 (+38.24%)
Mutual labels:  svelte
mmss-client
No description or website provided.
Stars: ✭ 16 (-52.94%)
Mutual labels:  svelte
focus-svelte
focus lock for svelte
Stars: ✭ 18 (-47.06%)
Mutual labels:  svelte

TodoMVC built with Svelte and Store

Build Status Dependencies Status

The well-known TodoMVC built with Svelte and Store in a structured and testable way.

TodoMVC Svelte

Concepts and tools covered

Usage

After installing the dependencies the following NPM scripts become available:

  • start: starts the application in development mode on http://localhost:9500
  • build: bundles the application for production into the public folder
  • test: runs unit and E2E tests
  • test:unit: runs unit tests with Jest in the src folder suffixed with *.spec.js
  • test:e2e: runs E2E tests with Cypress in the tests/e2e folder suffixed with *.spec.js
  • format: formats the code with Prettier within the src folder
  • lint: lint files with ESLint based on Airbnb's styleguide and the Prettier config

Component architecture

Architecture

Application is compatible with Svelte devtools

Series

This implementation is part of a series where the same application was implemented with the same architecture.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].