Skip to content

Simple C# WinForms notebook app with notes management, categories, search, sorting, export, and light/dark themes.

Notifications You must be signed in to change notification settings

ingapt/Notebook-winForms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Notebook App

Personal Notebook application built with C# WinForms.
You can create, edit, delete and organize notes into categories, search them, sort them and even switch between Light/Dark themes.
It also includes simple to-do functionality with checkboxes and export to .csv or .txt.


✨ Features

  • βœ… Add / Edit / Delete notes
  • πŸ“‚ Categorize notes (Work, Personal, Ideas, School, Other…)
  • πŸ” Search notes by title or content
  • πŸ“Š Sorting (by title, date, or category)
  • 🎨 Light & Dark themes
  • β˜‘οΈ To-Do functionality (mark notes as done β†’ strikethrough & gray text)
  • πŸ’Ύ Save notes to JSON (persistent storage)
  • πŸ“€ Export notes to .csv and .txt

πŸ“Έ Screenshots

(Here you can add screenshots of Light/Dark themes and the note list UI)
Example:

![Notebook App Light]

LightMode

![Notebook App Dark]

DarkMode

πŸ› οΈ Technologies

  • C# (.NET Framework / WinForms)
  • JSON for saving notes
  • CSV & TXT export
  • Windows Forms Controls (ListView, ComboBox, Buttons, etc.)

πŸš€ How to Run

  1. Clone or download this repository.
  2. Open the project in Visual Studio.
  3. Run the solution (F5).
  4. Start adding and managing your notes! πŸŽ‰

πŸ“Œ Future Improvements

  • ⏰ Reminders & notifications
  • πŸ“… Calendar integration
  • ☁️ Cloud sync

πŸ‘€ Author

Created with ❀️ by Inga Pt

About

Simple C# WinForms notebook app with notes management, categories, search, sorting, export, and light/dark themes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published