SvelteHackDemo
Demo app for Svelte Hackathon
Clone the app
- Clone the app
- cd to the app folder
- npm i / yarn to install dependencies
Run the app
yarn dev OR npm run dev
Zone Clocks
To display time in different zone selected, in 12 hour or 24 hour view.
Radial Calendar
To view monthly calendar in radial format. User can view calendar of different years selected,
and when <code>Today</code> is clicked, it shows the current month.
Todos
This uses the *svelte/store* feature. Initially couple of sample todos are displayed. When a user
tries to delete a todo, there are to options in form of icons for `thumb-up` or `thumb-down`.
This was thought of as an alternative to a confirmation dialog. [Remove All] button enables to
remove all items.