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