diff --git a/src/assets/images/add_item_form.png b/src/assets/images/add_item_form.png new file mode 100644 index 0000000..0e8dac9 Binary files /dev/null and b/src/assets/images/add_item_form.png differ diff --git a/src/assets/images/add_list_name.png b/src/assets/images/add_list_name.png new file mode 100644 index 0000000..40cfc77 Binary files /dev/null and b/src/assets/images/add_list_name.png differ diff --git a/src/assets/images/click_list_name.png b/src/assets/images/click_list_name.png new file mode 100644 index 0000000..8ee0adb Binary files /dev/null and b/src/assets/images/click_list_name.png differ diff --git a/src/assets/images/list_page.png b/src/assets/images/list_page.png new file mode 100644 index 0000000..476f7a5 Binary files /dev/null and b/src/assets/images/list_page.png differ diff --git a/src/assets/images/share_form.png b/src/assets/images/share_form.png new file mode 100644 index 0000000..8679b0b Binary files /dev/null and b/src/assets/images/share_form.png differ diff --git a/src/assets/images/sign_in.png b/src/assets/images/sign_in.png new file mode 100644 index 0000000..5699682 Binary files /dev/null and b/src/assets/images/sign_in.png differ diff --git a/src/views/unauthenticated/About.tsx b/src/views/unauthenticated/About.tsx index 49e12e0..d14be02 100644 --- a/src/views/unauthenticated/About.tsx +++ b/src/views/unauthenticated/About.tsx @@ -7,7 +7,12 @@ import Card from "react-bootstrap/Card"; import Carousel from "react-bootstrap/Carousel"; import Image from "react-bootstrap/Image"; import Container from "react-bootstrap/Container"; -import SampleImage from "../../assets/images/sample.png"; +import SignInImage from "../../assets/images/sign_in.png"; +import AddListImage from "../../assets/images/add_list_name.png"; +import ClickListImage from "../../assets/images/click_list_name.png"; +import AddFormImage from "../../assets/images/add_item_form.png"; +import ListPageImage from "../../assets/images/list_page.png"; +import ShareFormImage from "../../assets/images/share_form.png"; export function About() { const [stepIndex, setStepIndex] = useState(0); @@ -22,68 +27,70 @@ export function About() { How it works - - + + - -

- Create a list for different stores or different grouping of - items. -

-
+

+ Click the sign in button to be prompted to use your google + account to login. +

- - + + - -

Select a list that you'd like to add items on.

-
+

+ Create a list for different stores or different grouping of + items. +

- - + + - -

- Open the list manager, to start adding items and choosing when - you will need to restock next. -

-
+

+ Select a list that you'd like to add items on. +

- - + + - -

- Now that your new list has items you can start checking off - items as you shop! -

-

+

+ At the top of the page you will be able to add items to your new + list and set their urgency status +

+
+ + + + +

+ Now that your new list has items you can start checking off + items as you shop! +

  • Each time an item is marked purchase the application evaluates your shopping habits! Supporting you by adjusting your next purchase predictions base on when your previous shopping history! -

    - +
  • +

    - - + + - -

    - If someone else needs to be let into to the shopping time you - can easily share specific lists with with in the list manager - so they can see and mark items as purchased too! -

    -
    +

    + If someone else needs to be let into to the shopping time you + can easily share specific lists with with in the list manager so + they can see and mark items as purchased too! +