Create a little Frontend for my PowerShell SQLite backend
The connection is done to the SQLite database which gets updated by the PowerShell backend script from this repo:
Link to PowerShell backend repo
I used rxjs to create an observable for the database connection inside the component to trigger a refresh of the database data every 10 seconds.
I used tailwindcss and flowbite for the frontend design.
In Chrome, open the 3-dot menu on the top right. There in the save and share section create a shortcut and select "open as window". You can also pin this shortcut to the taskbar. the page is now opened without the top navigation bar.
npm run build
npm run preview
=> tested successfully