Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 885 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 885 Bytes

Pomodoro App using MVC model

This is a pomodoro App usign the MVC(model, view and controller) and local storage to save the differents tasks or activities to do.

Technologies to develop it

  • HTML
  • CSS
  • JavaScript
  • Vite

Other tools and concepts

  • Eslint
  • Apply the MVC
  • Using prototype oriented programming
  • Local Storage to keep data
  • JS modules
  • Async await

This is the desktop preview

Pomodoro App Desktop

This is the mobile preview

Pomodo App Mobile

Actually, because the space needed to do the app was not too big I did not need to use media queries, because I used correctly the max and min CSS properties and some percentages in the elements.