A progressive web app for word filtering and workflow management.
- 20 filtering features (ABCDE, ABC, FIND-EEE, VOWEL, etc.)
- Multiple wordlists (134K, 19127, Emotions, Names, etc.)
- Custom workflow builder with drag-and-drop
- Case-insensitive filtering
- Mobile-optimized PWA
- Go to repository Settings → Pages
- Set source to
mainbranch - Set custom path to
/coretest/ - Deploy and access at:
andyhjay83.github.io/coretest/
# Serve locally
python3 -m http.server 8000
# Or
npx serve .Access at: http://localhost:8000
After deployment, visit the site and:
- Click "Add to Home Screen"
- App will install as "The Core"
- Fixed case-sensitivity bugs in ABCDE, ABC, FIND-EEE, and frequency features
- Updated paths from /grail-binary/ to /coretest/
- Added scope to manifest for proper PWA installation