Features
Installation
From App Store
Open the App Store in zOS and search for "Reminders".
Via npm
npm install @zos-apps/todo
How to Use
- Add tasks with +
- Check to complete
- Swipe to delete
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| Cmd+N | New task |
| Enter | Save |
| Delete | Remove |
Development
# Install dependencies
npm install
# Start development
npm run dev
# Build for production
npm run build