Back to project
Slappy
CompletedLiveGithub

Slappy

A fun Windows desktop app that plays a sound when you click it.


Overview

Slappy is a lightweight desktop app for Windows built just for fun.

When the app is running, interacting with it triggers a sound effect, making it feel playful and interactive.

The goal of this project is simple: make something small, fast, and entertaining while experimenting with desktop app development.


slappy

Tech Stack

  • Electron
  • Node.js
  • Tailwind CSS
  • JavaScript

Why I Built This

I built Slappy as a fun side project to explore how desktop apps work with Electron.

It gave me a practical way to combine Node.js app logic with a styled UI using Tailwind CSS.


Features

  • Runs as a Windows desktop app
  • Plays a sound when clicked
  • Simple and playful UI
  • Lightweight and quick to launch

Current Status

  • Working desktop app prototype
  • Core interaction and sound behavior implemented

Future Ideas

  • Add multiple sound effects
  • Add different click modes
  • Add basic settings (volume, sound toggle)
  • Add custom themes

Back to project