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.
- Clone repo
cd
intosvelte-todo
- Run
npm run dev
- View app in browser at
localhost:3000
- Export of Todo List to JSON
- Import JSON to localStorage
- Animations
- Leverage Svelte animations
- Charts
- Ensure follows WCAG 2.0 accessibility standards
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 |