diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-06-18 13:57:55 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2021-06-18 13:57:55 +0200 |
| commit | a0190e76f6a24eb3332f8fcbba45b3712680e361 (patch) | |
| tree | 294c91a4473b3bd0357324ac4e3fd21bcf5a4f48 | |
| parent | 555b534cb7cb2782089ce0d1b2ea4797532e00f9 (diff) | |
readmeUpdate(section responsive design)
| -rw-r--r-- | readme.md | 13 | ||||
| -rw-r--r-- | readmeMedia/orderingFromMap.gif | 0 | ||||
| -rw-r--r-- | readmeMedia/responsiveDesign.gif | bin | 0 -> 4233249 bytes |
3 files changed, 13 insertions, 0 deletions
@@ -8,3 +8,16 @@ database to be displayed in the dom. When the user tries to input a number of ti When a valid order is placed, it is stored in the shoppingbasket or an array in the localStorage. This array of orders is displayed when the user visits the shoppingbasket page, where the user can also dynamically remove an order before paying. In this prototype the actual payment is not implemented, we assume a valid payment and the order is stored in the database. Orders in the database are displayed when visiting the my orders page.  + +## Responsive design using CSS mediaquery breakpoints + +Depending on the size of the screen of your device, if there are articles on the screen, the styling will try to display a proper number of columns of articles/attraction on the screen. The use of flexboxes was also necessary for menu boxes. + + + +## Ordering tickets from a map + +There is also a map that uses GPS-coordinates of attractions in the database to display a marker that can be clicked to order tickets for the attraction in the same way as normal. + + + diff --git a/readmeMedia/orderingFromMap.gif b/readmeMedia/orderingFromMap.gif new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/readmeMedia/orderingFromMap.gif diff --git a/readmeMedia/responsiveDesign.gif b/readmeMedia/responsiveDesign.gif Binary files differnew file mode 100644 index 0000000..2198cb7 --- /dev/null +++ b/readmeMedia/responsiveDesign.gif |
