App of a daily strike habbits. This app will help you to create habbits, the user write unlimited habbits that wants to do in the day and he can add a colour of each habbit. Every habbit will be shown in a calendar. If the user clicks in the day, the calendar will have the colour of the habbit. Do this in every habbit. It will count the strike of days he completes the habbit
day = date{ date = date habbit = [list of habbits] } habbit = habbit{ name = string daysCompleted = int color = string } calendar = calendar{ days = [days] addHabbit(name: string, color: string) changeColorHabbit(name: string, color: string) strikeHabbit(name: string) }