add account edit page

This commit is contained in:
2018-10-07 13:35:30 +03:00
parent 97da946137
commit d19ab57863
12 changed files with 315 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
# Simple Todo list
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).
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.
## Getting started