/svelte_todo

Testing out Svelte (and Netlify)

Primary LanguageSvelte

Svelte Todos

Background

Original intent of this repo was to explore and test out svelte, but now is more of an amibitous project to make a more feature-driven productivity thing.

Links

To Develop

  1. Clone repo
  2. cd into svelte-todo
  3. Run npm run dev
  4. View app in browser at localhost:3000

Major Features to Add

  • Export of Todo List to JSON
  • Import JSON to localStorage
  • Animations
    • Leverage Svelte animations
  • Charts
  • Ensure follows WCAG 2.0 accessibility standards

Work Log

Feature Commit(s) Status Complete Date
Add uuid generator eae2691 6/6/2020
Toggle show/hide eae2691 6/6/2020
Setup persistent user settings 50ee662 6/7/2020