A simple habit calendar application for KaiOS, built with SolidJS using this template. Mostly done to play around with SolidJS and KaiOS
- Calendar view to track habits day-by-day, and view your progression from the previous months
- Add/Delete an unlimited number of habits. Saved to localStorage - no internet connection needed (or used ever)
- Basic localization (using built-in
Intl
)
yarn dev
builds the app in watch mode and serves the site. Great for testing your app in a desktop browser.
This app is not (yet?) available in the KaiOS store so it needs to be imported via WebIDE
- Connect your device to your computer and make sure it appears in WebIDE.
yarn build
- In WebIDE, load the
/public
folder as a packaged app.
Some hooks copied from: https://github.com/NukeJS/solidjs-hooks
Some CSS/JS for KaiOS styling from: https://github.com/canicjusz/KaiOS-native-UI
Agenda icons created by Saepul Nahwan - Flaticon https://www.flaticon.com/free-icons/agenda
See the original template for more acknowledgements