Hello,
I want to write a task management software (simple project management) in a single page web app.
Which GUI framework would you use with PyScript?
The user interface should be great.
Thanks.
Best Regards Hebi
Hello,
I want to write a task management software (simple project management) in a single page web app.
Which GUI framework would you use with PyScript?
The user interface should be great.
Thanks.
Best Regards Hebi
For a single-page web app, you can use the Flask framework with a frontend JavaScript library such as React or Angular. PyScript can be used for backend logic. Alternatively, you can also consider using a full-stack framework like Django with a frontend framework like React.