From 80528ba16ce2fd32c75269ca8e63df8a335c413f Mon Sep 17 00:00:00 2001 From: chendi Date: Thu, 23 Nov 2023 09:38:45 +0100 Subject: [PATCH] initial commit on design the result interface --- doc/design-the-results-interface.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/design-the-results-interface.md diff --git a/doc/design-the-results-interface.md b/doc/design-the-results-interface.md new file mode 100644 index 0000000..ccfa417 --- /dev/null +++ b/doc/design-the-results-interface.md @@ -0,0 +1,4 @@ +# Design the results interface +The result interface is designed using bootstrap to create a responsive and visually apealing layout +The HTML template follows a table and list format for displaying the scraped data. It utilizes bootstrap's classes and table components +The flsk application renders the the html template and passes the scraped data to it for display. The data is passed as a variable when rendering the template \ No newline at end of file