Chatgpt Sqlite
Creating a Todo app with Electron using SQLite as the database. Have taken several courses on Electron from Udemey and done the walk-through tutorial that the Electron site has. The tutorial did a nice job of not only being easy to follow but also worked and was able to create a desktop app for Windows 11 that would open to a Hello page. Then decided to do a simple Todo app as it is something that so many people include in their training portfolio as it does have something that uses CRUD and displays data....