Inspiration

During the past year, we found it difficult to focus on studying while in remote learning. However, one effective technique that helped us was the pomodoro technique. We wanted to share this technique with others by building a pomodoro program.

What it does

There is a timer that counts down from 25 minutes, which is the working period. There is a to-do list that people can type in their work goals and when they are finished, they can delete it.

How we built it

We used GitHub to host and code our website. We used JavaScript in order to make the timer count down as well as add things to the to-do list. We used CSS in order to style the website and HTML to create and design the website.

Challenges we ran into

One challenge was formatting the website so that it would look appealing. We solved this issue by using CSS and center the timer.

Accomplishments that we're proud of

We are proud of creating a functional timer that is able to count down. Additionally, we were able to add and delete items from the to-do list.

What we learned

We improved our skills in coding with HTML, CSS, and JavaScript and learned more about coding techniques.

What's next for PomoDo-List

  • Implementing adjustable times
  • More colors because studies show that colors can affect learning
  • Warnings when you reach a certain time
  • Tracking the cycles
Share this project:

Updates