Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 563 Bytes

File metadata and controls

16 lines (11 loc) · 563 Bytes

Personal-Timer

Customisable interval timer web app.

Used technologies: React, webpack, sass, react-bootstrap

It's goal is to allow user set individual timers in loops. Key point - loops can contain loops.

Current work consists of buiding JavaScript logic for creating, rendering and running a timer with nested looping.

Future tasks:

  • edit timers on-the-go,
  • save timers in cookies for individual device,
  • save timers on server for individual user,
  • rewrite code for better performence using Redux,
  • user stitistics and history interface.