Devlog 5 - Kazi OS
What’s New?
-
I am very excited because I added my own feature, completely independent from the tutorial!!!
-
The notes app is now very functional, you can view and edit the default notes, and create your own notes entry by pressing the plus button.
Details:
-
Pressing the plus button opens up a new window that takes user input of the title of note entry + date.
-
Based off the data, a new tab is added to the notes app, which is fully editable.
What’s Next?
- I am going to add a save button to the notes app. I’m not exactly sure how this is going to work, but in the past with python, I’ve saved things to a separate file to be used on multiple occasions. Not sure how that will work since this is web based.