Setup GUI with Tkinter
As a user I want an intuitive UI so that I can view, search for and add in my own quotes
Problem Statement: Currently, we don't have a GUI and therefore no way for users to interact with our app
Acceptance Criteria: The python script should spin up a basic window with a skeleton for user input and display, following the layout of the wireframe designs linked. This should include:
-
tabbed windows -
search bar -
search results -
dummy data where appropriate for placeholders
Functionality will come later, so no need to implement onEvent logic e.g. onClick
Edited by Rose Howie