diff --git a/README.md b/README.md index 1d355ae..8e58812 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Simple Todo list +![screenshot](docs/screenshot1.png) + This is a simple todo list, written in javascript, using express for the backend and react+redux for the frontend. It also can work in offline thanks to redux-offline (without any conflict resolving, though). The code is of somewhat questionable quality, so you probably don't want to look at it. diff --git a/docs/screenshot1.png b/docs/screenshot1.png new file mode 100644 index 0000000..d986f1f Binary files /dev/null and b/docs/screenshot1.png differ