KawaiiDoro

๐Ÿงถ Tags:: #KawaiiDoro #Pomodoro
๐Ÿ—ƒ Resources:: https://kawaiidoro.com
2024-01-30 - 20:48

I've made KawaiiDoro after seeing many pomodoro sites on the market. So, it's not like KawaiiDoro does something too different compared to the competition, but I think it would be good to make a site like this that can help people.

2024-01-30
Added a bit more functionality. Now users can upload their own background images. There is a 5 MiB limit on local storage, so any image that is less than 5 MiB should work almost perfectly. It won't be exact 5 MiB, as some of it is used to store user's name and custom session times.

User images.webp

2024-02-09 | 22:40
Added Twitter Card and Open Graph Protocol Tags

<!-- Open Graph Protocol Tags -->
  <meta property="og:title" content="KawaiiDoro">
  <meta property="og:description" content="Where Cuteness Meets Progress!">
  <meta property="og:image" content="https://kawaiidoro.com/img/Website image.webp">
  <meta property="og:url" content="https://kawaiidoro.com">
  <meta property="og:type" content="website">

  <!-- Twitter Card Tags -->
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:site" content="@kawaiidoro">
  <meta name="twitter:title" content="KawaiiDoro">
  <meta name="twitter:description" content="Where Cuteness Meets Progress!">
  <meta name="twitter:image" content="https://kawaiidoro.com/img/Website image.webp">

Kawaii Search Page

I made the kawaii search page in NextJs and it's crazy fast. I understand why people like to use NextJs now.

2024-04-11
Added hex color wheel to kawaiiDoro, but still is a work in progress, unable to change accent colors and select from cases at the same time.
2024-04-12 | 18:48 - Hex colors are completed for now, hide it in mobile view as it doesn't work on mobile view.