Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/apursley2012/punctuowlity/llms.txt

Use this file to discover all available pages before exploring further.

There are two ways to run PunctuOwlity. You can open the browser demo directly in any modern browser — no build step or server required — or you can build and install the Android APK using Android Studio. Pick the path that fits your setup below.
1

Clone the repository

git clone https://github.com/apursley2012/punctuowlity.git
2

Open index.html in your browser

Navigate into the cloned directory and open index.html directly in any modern browser. No build step and no server are required to run the demo.
cd punctuowlity
open index.html   # macOS
# or double-click index.html in your file explorer on Windows/Linux
For full localStorage support — especially in browsers that restrict storage for file:// URLs — serving the project through a local HTTP server or deploying it to GitHub Pages is recommended.
# Quick local server with Python
python3 -m http.server 8080
3

Create an account on the Sign Up screen

The app opens on the Login screen. Click the Sign Up link to create a new account. Enter a first name, last name, email, username, and password. Credentials are stored entirely in browser localStorage — no data leaves your device.
4

Allow or deny browser notifications

After signing up and logging in, the SMS permission screen appears. Click Allow SMS Notifications to enable Web Notifications (the browser will prompt for permission) or No, thanks to skip. Either choice continues to the dashboard.
5

Explore the events dashboard

The dashboard opens with four seed events already loaded so you can see the two-column card layout right away. Click the floating + button (FAB) in the bottom-right corner to add your first event.
The browser demo ships with four seed events — Project Two Due, Nich’s Birthday, Dentist, and Jessica’s Wedding — pre-loaded into localStorage on first run. They populate the dashboard immediately so you can see the two-column card layout, category labels, and reminder toggles without adding anything yourself.

Build docs developers (and LLMs) love