From 73a5c7fae9ffbe9ada721148c8c454a643aceebe Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 20 Feb 2022 16:11:50 +0100 Subject: chore!: restructure repo I separated public files from the config/dev files. It improves repo readability. I also moved dotenv helper to public/inc directory and extract the Matomo tracker in the same directory. --- .../apps/todos/assets/preview-single-todo.jpg | Bin 0 -> 25081 bytes .../apps/todos/assets/preview-todo-account.jpg | Bin 0 -> 23922 bytes .../apps/todos/assets/preview-todo-login.jpg | Bin 0 -> 25720 bytes .../apps/todos/assets/preview-todos-list.jpg | Bin 0 -> 45601 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/projects/react-small-apps/apps/todos/assets/preview-single-todo.jpg create mode 100644 public/projects/react-small-apps/apps/todos/assets/preview-todo-account.jpg create mode 100644 public/projects/react-small-apps/apps/todos/assets/preview-todo-login.jpg create mode 100644 public/projects/react-small-apps/apps/todos/assets/preview-todos-list.jpg (limited to 'public/projects/react-small-apps/apps/todos/assets') diff --git a/public/projects/react-small-apps/apps/todos/assets/preview-single-todo.jpg b/public/projects/react-small-apps/apps/todos/assets/preview-single-todo.jpg new file mode 100644 index 0000000..b8332ac Binary files /dev/null and b/public/projects/react-small-apps/apps/todos/assets/preview-single-todo.jpg differ diff --git a/public/projects/react-small-apps/apps/todos/assets/preview-todo-account.jpg b/public/projects/react-small-apps/apps/todos/assets/preview-todo-account.jpg new file mode 100644 index 0000000..6babb24 Binary files /dev/null and b/public/projects/react-small-apps/apps/todos/assets/preview-todo-account.jpg differ diff --git a/public/projects/react-small-apps/apps/todos/assets/preview-todo-login.jpg b/public/projects/react-small-apps/apps/todos/assets/preview-todo-login.jpg new file mode 100644 index 0000000..41116d9 Binary files /dev/null and b/public/projects/react-small-apps/apps/todos/assets/preview-todo-login.jpg differ diff --git a/public/projects/react-small-apps/apps/todos/assets/preview-todos-list.jpg b/public/projects/react-small-apps/apps/todos/assets/preview-todos-list.jpg new file mode 100644 index 0000000..95b327f Binary files /dev/null and b/public/projects/react-small-apps/apps/todos/assets/preview-todos-list.jpg differ -- cgit v1.2.3