Skip to content

dheeraz101/Nomber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nomber

Nomber is a minimal tap counter and countdown timer built as a Progressive Web App (PWA).

One tap. One number. No distractions.

Designed to be simple, fast, and focused — the number is the only thing that matters.


✨ Features

  • 🔢 Tap Counter

    • Tap anywhere to increase the number
    • Hold to auto-increment
  • Countdown Mode

    • Convert the current number into a real-time countdown timer
  • 🎨 Theme Toggle

    • Light / Dark mode support
  • 🖥️ Fullscreen Mode

    • Run Nomber distraction-free
  • 🔗 Native Share

    • Share the app using the device's native share menu
  • 📱 Progressive Web App (PWA)

    • Installable on desktop and mobile
    • Works offline

🧠 Design Philosophy

Nomber follows a strict minimal design approach.

  • No accounts
  • No tracking
  • No ads
  • No unnecessary UI

The focus stays on interaction and clarity.


🚀 Live Demo

👉 https://nomber.netlify.app


🛠 Tech Stack

  • HTML
  • CSS
  • Vanilla JavaScript
  • LocalStorage (state persistence)
  • Web Share API
  • Progressive Web App (Service Worker)

No backend. No databases. No tracking.


📦 Run Locally

Clone the repository:

git clone https://github.com/dheeraz101/Nomber.git
cd Nomber

Open index.html in your browser.

For a better local PWA experience you can run a simple server:

npx serve

📁 Project Structure

Nomber
│
├── index.html
├── styles.css
├── app.js
├── manifest.json
├── service-worker.js
└── icons/

👨‍💻 Author

Dheeraj V

Portfolio https://dheeraz.netlify.app

GitHub https://github.com/dheeraz101

Releases

No releases published

Packages

 
 
 

Contributors