kevinchen93 / pomodoro-clock

A time management tool that emulates the Pomodoro Technique

Home Page:https://kevinchen93.github.io/odin-pomodoro-clock/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomodoro Clock Project

This purpose of this project was to build a timer that imitates the Pomodoro Technique.

This is a project from The Odin Project.

Pre-Project Thoughts

Note: At this point I only have basic HTML, CSS, JavaScript, Chrome Dev Tools, and Git skills. I will do my best!

Post-Project Thoughts

One thing to improve upon is writing cleaner and more readable code and approaching the project from different ways. I will learn that later on in the curriculum.

Skills I demonstrated or strengthened at project end:
-HTML
-CSS
-JavaScript
-Writing readable code
-Use of Chrome Developer Tools
-Manipulating HTML elements through the use of the Document Object Model (DOM)
-Use of the switch statement
-Use of if...else statements
-Use of event handlers such as addEventListener
-Familiarity with this keyword

About

A time management tool that emulates the Pomodoro Technique

https://kevinchen93.github.io/odin-pomodoro-clock/


Languages

Language:JavaScript 46.6%Language:CSS 32.7%Language:HTML 20.7%