Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veronikagregorec/c-sharp-note-app
The app allows to create notes and save them in NoSQL database
https://github.com/veronikagregorec/c-sharp-note-app
c-sharp database nosql note
Last synced: 17 days ago
JSON representation
The app allows to create notes and save them in NoSQL database
- Host: GitHub
- URL: https://github.com/veronikagregorec/c-sharp-note-app
- Owner: veronikagregorec
- License: mit
- Created: 2024-10-15T18:34:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T07:27:17.000Z (3 months ago)
- Last Synced: 2024-11-03T23:44:20.710Z (about 2 months ago)
- Topics: c-sharp, database, nosql, note
- Language: C#
- Homepage:
- Size: 14.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WPF Note App
The app allows to create notes and save them in NoSQL database.
## Installation
#### Steps to install
How to install and setup Visual Studio?
The article describes nine steps but for using this app installation contains five steps from first to fifth, so after last step click Zapisnik.sln and then Start button.
## Screenshots
### Create
The app allows you to create notes, so you can type a title and a content. You can also set a font and a date.
![](screenshots/create.png)
### Save
Shrani is made for saving notes. They will be shown in content box below. In case of double-click on saved note, the content will be displayed into textarea for
further text input. You can search the content by word or date. Odstrani datum will be deleted the search date. Novo is made for creating new note.![](screenshots/save.png)
### Delete
First you have to click on saved note. It will be deleted when you click on Izbriši. Počisiti will be deleted all saved notes without clicking on each one separately.
![](screenshots/delete.png)
### Background
Change the background of textarea to different color.
![](screenshots/background.png)
### Task
You can add tasks with Dodaj, clear the content in textbox with Posodobi, Izbriši will be deleted the task but first you have to click the checkbox.
![](screenshots/task.png)
### Template
Add content with Dodaj, delete it with Izbriši but first you have to click on typed content. When you double-click on typed content, it will
be shown into textare for further text input.![](screenshots/template.png)
Print a note with Natisni. In case of unconnected printer will be shown pop-up window. Save a note to PDF file.
![](screenshots/print.png)
Choose a file with Priponka, you can also delete it with Izbriši.
Send email with Pošlji included with your e-mail address and password of webmail service.![](screenshots/email.png)
### Close
Close the app with Da, with Ne the app stays open.
![](screenshots/close.png)
See code here
[Back to the top](#wpf-note-app)