Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 662 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 662 Bytes

Sveltodo App - Todo list app

Learning Svelte by building projects.

Made with

  • Svelte + Vite template by yarn create vite my-svelte-app --template svelte
  • TailwindCSS for styling

Get started

Install deps and start dev server using yarn

yarn && yarn dev

App todos

  • State management
  • Unit testing
  • Accessibility
  • Backend integration