diff --git a/README.md b/README.md index c1c4f53..a8dfe17 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,19 @@ A secure log-in provides users with the ability to store and access their lists The attached images illustrate a homescreen and sample packing list combinations: -![HomeScreen:](public/images/packIT-HomeScreen.jpeg) +Home Screen: -![MyTripsView:](public/images/packIT-mytrips-page.jpeg) +![HomeScreen:](public/images/packIT-homepage.jpeg) -![ListView:](public/images/packIT-list-view.jpeg) + +My Trips View: + +![MyTripsView:](public/images/packIT-mytrips.jpeg) + + +List View: + +![ListView:](public/images/packIT-listView.jpeg) # Testing The following applications need to be installed to verify testing for both front-end and back-end files. diff --git a/public/images/packIT-HomeScreen.jpeg b/public/images/packIT-HomeScreen.jpeg deleted file mode 100644 index 13ab59c..0000000 Binary files a/public/images/packIT-HomeScreen.jpeg and /dev/null differ diff --git a/public/images/packIT-homepage.jpeg b/public/images/packIT-homepage.jpeg new file mode 100644 index 0000000..2c27d1a Binary files /dev/null and b/public/images/packIT-homepage.jpeg differ diff --git a/public/images/packIT-list-view.jpeg b/public/images/packIT-list-view.jpeg deleted file mode 100644 index c9f79bb..0000000 Binary files a/public/images/packIT-list-view.jpeg and /dev/null differ diff --git a/public/images/packIT-listView.jpeg b/public/images/packIT-listView.jpeg new file mode 100644 index 0000000..c6a761c Binary files /dev/null and b/public/images/packIT-listView.jpeg differ diff --git a/public/images/packIT-mytrips-page.jpeg b/public/images/packIT-mytrips-page.jpeg deleted file mode 100644 index aa4ba99..0000000 Binary files a/public/images/packIT-mytrips-page.jpeg and /dev/null differ diff --git a/public/images/packIT-mytrips.jpeg b/public/images/packIT-mytrips.jpeg new file mode 100644 index 0000000..ab81aee Binary files /dev/null and b/public/images/packIT-mytrips.jpeg differ