Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.09 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.09 KB

Pomodoro App

Design preview for the Pomodoro App Project

Description

A pomodoro app made with vue3. Set your own pomodoro or break time, update fonts or apply your preferred color scheme.

Features

As a pomodoro app this one offers some very simple features:

  • Set a pomodoro timer and short & long break timers
  • Customize how long each timer runs for
  • See a circular progress bar that updates every second and represents how far through their timer they are
  • Customize the appearance of the app with the ability to set preferences for colors and fonts

About

Github Repo can be found here (if you're not already viewing this from github).

Built with

  • Vue 3
  • Sass
  • Pinia

Project Setup Instructions

Install dependencies:

npm install

Compile and Hot-Reload for Development:

npm run dev

Compile and Minify for Production:

npm run build

Lint with ESLint:

npm run lint

Feel free to contribute, fix bugs, or provide feedback