Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.2 KB

NotebookApp

Personal notebook application - provides simplified functionality that of OneNote or Evernote

Udemy course

Functionalities

  • Register an account and create personal notes in Rich Text Format
  • Divide your notes into separate notebooks as you please
  • Right-click to open context menu in order to rename or delete an item
  • Use speech to text functionality when you're fed of simple typing
  • Access your notes remotely from anywhere!

3rd party services

  • Google Firebase Authentication for user registration/login
  • Google Firebase Realtime as data base (initially SQLite)
  • Azure Storage cloud blobs for notes content
  • Azure Speech to Text for speech recognition
  • Blend for Visual Studio 2022 for animations

Application screenshots

Main window view
alt text

User registration/login view
alt text

Running the application

In order to use the application paste AppSettings.config file to the \EvernoteClone directory. The file contains all the user secrect, hence has not been uploaded to remote repository.