LassazVegaz / CShap-TakeNotes

This is the second application of C# Marathon - Take Notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Take Notes ๐Ÿค“

This is project is a part of my C# Marathon I am doing 15 C# projects ๐Ÿ˜‹ using some instructions given in this blog. This blog has given out 15 C# Projects ideas to fallow and improve skills ๐Ÿฆพ

This is the second C# Application I selected from those 15.

This a C# WinForms personal application - Take Notes ๐Ÿค“

There are several types of Take Notes applications around the world (better ones ๐Ÿ™‚). This is a very basic type of that kind

Use Case

IT poeople ๐Ÿ˜Ž usually forget their other jobs like home stuff and take care of loved ones ๐Ÿ˜ This application helps to keep notes as reminders while working in the computer ๐Ÿ˜ฎ

The user can insert notes when the user turns on the computer first time and check the notes periodically to know if the user should be missing something other than computer... ๐Ÿค—

Special Features of this App ๐Ÿ˜

  • Data view and data source bind ๐Ÿค”
  • Responsive design

Notes are saved into a Data Table. This table has a Data Table View control which views the data table as the name suggests. When the data table is updated, view also updates.

There is only one window and it is responsive. There is a minimum size but not maximum size ๐Ÿ˜€

This application can be more improved in this way, but I do not have much time โ˜น

  • Double click on a table row to view it
  • Notes can be saved into a database and should be vanished with in a day or user can decide the auto vanishing time period โฐ

About

This is the second application of C# Marathon - Take Notes


Languages

Language:C# 100.0%