diff --git a/README.md b/README.md index 70ef4cc..01183ff 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,13 @@ The result should look something like: ``` +## Screenshots + +![Lists View](doc/lists.png) +![Entries View](doc/entries.png) +![Todos View](doc/todos.png) +![Wiki View](doc/wiki.png) + ## Installation ### Prerequisites diff --git a/doc/entries.png b/doc/entries.png new file mode 100644 index 0000000..616abbd Binary files /dev/null and b/doc/entries.png differ diff --git a/doc/lists.png b/doc/lists.png new file mode 100644 index 0000000..376f6f7 Binary files /dev/null and b/doc/lists.png differ diff --git a/doc/todos.png b/doc/todos.png new file mode 100644 index 0000000..36a2fef Binary files /dev/null and b/doc/todos.png differ diff --git a/doc/wiki.png b/doc/wiki.png new file mode 100644 index 0000000..bbcc463 Binary files /dev/null and b/doc/wiki.png differ