Skip to content

PomPom is a pomodoro timer app made with Angular. Trying out new angular features

Notifications You must be signed in to change notification settings

SavoVuksan/pompom

Repository files navigation

PomPom

PomPom is a pomodoro timer app made with Angular. I started this project to learn new Angular features like Signals and the NgRx SignalStore.

Try it out

PomPom

Features

Switchable Light-Dark Mode

PomPomShowcase1.mp4

Customizable Timer Settings

PomPomShowcase2.mp4

Notifications

PomPomShowcase3.mp4

PenPot UI Design

I've created a screen design for the app. You can check it out over on PenPot

Requirements

  • Node.js

Run locally

Download dependencies

npm install

Start local devserver

npm run start

Build

npm run build

Run Unit Tests

npm run test

Build Documentation

npm run compodoc:build

Run Server With Documentation Locally

npm run compodoc:build-and-serve