Skip to content

ToDo Applications created using various GUI tools.

License

Notifications You must be signed in to change notification settings

webcyou-org/todo-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo GUI

ToDo Applications created using various GUI tools.

todo

Language

Application Specification

  • Default Window Size
    • width: 800px
    • height: 600px

Architecture

Design

  • Contents
    • BackGroundColor
      • #1C1C1C
    • padding
      • Top, Bottom 10px
      • Left, Right 24px
  • Title
    • Color #FFFFFF
    • FontSize 18px
    • MarginBottom 14px
  • ToDoInput
    • Padding
      • Top, Bottom 4px
      • Left, Right 16px
    • TextColor #FFFFFF
    • PlaceHolderText
      • Add Task
    • PlaceHolderTextColor #9B9B9B
    • BackGroundColor #303030
    • MinWidth 430px
    • Height 35px
    • RoundedCorners 4px
    • MarginBottom 14px
  • TabMenu
    • MenuText
      • All
      • Active
      • Completed
    • TextColor #D2D2D2
    • FontSize 14px
    • lineHeight 28px
    • ActiveStyle
      • FontBold
    • MenuItemPadding
      • Left, Right 8px
    • MarginBottom 3px
  • ToDoItem
    • MinWidth 430px
    • Height 35px
    • Padding 10px
    • RoundedCorners 4px
    • BackGroundColor #2A2A2A
    • MarginBottom 5px
    • ToDoItemCheckBox
      • Width 16px
      • Height 16px
      • RoundedCorners 8px
      • borderColor 2px #D9D9D9
      • MarginRight 18px
      • CheckedBorder 2px solid
      • CheckedBorderColor #5DC2AF
    • FontSize 14px
    • TextColor #D2D2D2

CSS

Tools official website

Author

Daisuke Takayama

License

Copyright (c) 2024 Daisuke Takayama Released under the MIT license