nokuthabam / pomdoro_app

A productivity Appliaction
MIT License
0 stars 0 forks source link

new feature/ Implement Journal Application #7

Closed nokuthabam closed 5 hours ago

nokuthabam commented 5 hours ago

In addition to the focus timer, the Pomodoro app must have functionality for users to journal their thoughts.

nokuthabam commented 5 hours ago

Journal App created. Used TinyMCE for rich text editing as Quill and ckeditor5 both were buggy and had issues. Users are able perform CRUD functionalities. Implemented user authentication within Journal application to ensure that journal entries are linked to a user.