pleswi / Ididit

C# .NET 7 Blazor habit tracker application. Works on Web, Windows, Linux, Android, iOS and macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ididit!

https://ididit.today/

The procrastination friendly habit tracker.
Take notes, manage tasks, track habits.


ididit! is free, open source and works on Web, Windows, Linux, Android, iOS and macOS!

Why ididit! Web app Stores Downloads Features Formats Languages Themes About

Why ididit! is better

The procrastination friendly habit tracker

  • ididit! doesn't use a streak counter so you won't feel demotivated when you skip a habit once - you won't have to start your streak from zero.
  • It tracks the time elapsed since your last task completion and compares it to the task's repeating interval.
  • A task with a 10 day interval which is 2 days overdue is at 120% - but a task with a 4 day interval which is also 2 days overdue is at 150%.
  • This allows you to easily prioritize your tasks based on their level of urgency.

Web app - use ididit! online

Current version (2023.01.26)

Use ididit! 1.0.8 in your browser now

Old version (2021.11.09)

Use ididit! 0.3.7 in your browser now

Stores

ididit! is available on 3 stores

Windows:

Android:

iOS:

Downloads

1.0.8 (2023.01.26)

Windows: ididit!.windows.1.0.8.zip - run setup.exe

Linux: ididit!.linux.1.0.8.zip - run ididit!

macOS: ididit!.macos.1.0.8.zip - run ididit!.app

1.0.7 (2023.01.22)

Windows: ididit!.windows.1.0.7.zip - run setup.exe

Linux: ididit!.linux.1.0.7.zip - run ididit!

macOS: ididit!.macos.1.0.7.zip - run ididit!.app

1.0.6 (2023.01.20)

Windows: ididit!.windows.1.0.6.zip - run setup.exe

Linux: ididit!.linux.1.0.6.zip - run ididit!

macOS: ididit!.macos.1.0.6.zip - run ididit!.app

1.0.5 (2023.01.08)

Windows: ididit!.windows.1.0.5.zip - run setup.exe

Linux: ididit!.linux.1.0.5.zip - run ididit!

macOS: ididit!.macos.1.0.5.zip - run ididit!.app

1.0.4 (2022.12.31)

macOS: ididit!.macos.1.0.4.zip - run ididit!.app

1.0.2 (2022.11.11)

Windows: ididit!.windows.1.0.2.zip - run setup.exe

Linux: ididit!.linux.1.0.2.zip - run Ididit.WebView.Photino

1.0.1 (2022.07.31)

Windows: ididit!.windows.1.0.1.zip - run setup.exe

Features

Take notes, manage tasks, track habits:

  • Define your goals by organizing your notes, tasks and habits all in one place
  • Use categories and sub-categories to group similar goals
  • Keep track of what is important by assigning priorities

Search, filter and sort:

  • Use search to quickly find any content
  • Use filters to view only what you want to focus on
  • Sort your notes, tasks and habits by any property

Habit tracking:

  • Set the desired interval for your habits (repeating tasks)
  • Compare the average interval with the desired interval
  • See when you last completed a task and how that compares to the desired interval

Formats

Integration with Google services:

  • Import from Google Keep
  • Backup to and restore from Google Drive in JSON format

File import/export:

  • Human readable Markdown and YAML formats
  • The popular JSON format
  • Excel and Google Sheets compatible TSV (Tab Separated Values)

Languages

There are 4 languages:

  • English
  • German
  • Slovenian
  • Spanish

Themes

There are 26 color themes:

Default

Cerulean

Cosmo

Cyborg

Darkly

Flatly

Journal

Litera

Lumen

Lux

Materia

Minty

Morph

Pulse

Quartz

Sandstone

Simplex

Sketchy

Slate

Solar

Spacelab

Superhero

United

Vapor

Yeti

Zephyr

About

ididit! is:

  • Free
  • Open source: GitHub
  • Cross platform: Planned for Web, Windows, Android, iOS, macOS and Linux

Made with latest technologies:

How to host a Blazor WASM on IIS

  1. instal IIS
    • open Control Panel
    • open Turn Windows features on or off
    • make sure that Internet Information Services are installed
  2. install URL Rewrite extension
  3. install Windows Hosting Bundle
  4. publish the Blazor WASM app
    • in Visual Studio right click on the project and click on Publish...
    • for the target select Folder and click Next
    • set Folder location and click Finish
    • click on Publish
  5. open IIS Manager
    • verify that IIS Manager has AspNetCoreModuleV2 under Modules
    • in IIS Manager select Sites and click on Add Website...
    • set Site name and Physical path and click OK
    • go to Application Pools and click on the application pool with the site name
    • for .NET CLR Version select No Managed Code

If this issue is still open dotnet/maui#12080 then install the Microsoft.WindowsAppRuntime.1.2 redist: https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads

About

C# .NET 7 Blazor habit tracker application. Works on Web, Windows, Linux, Android, iOS and macOS.

License:GNU General Public License v3.0


Languages

Language:C# 67.5%Language:HTML 29.3%Language:CSS 1.7%Language:JavaScript 1.4%