From 9da4832b647f0421e390e861e1fd00875babb099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20N=C3=A1me=C5=A1n=C3=BD?= Date: Sun, 12 Aug 2018 15:57:14 +0200 Subject: [PATCH] Add todos to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dd504b7..58332df 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,13 @@ This is the source code for my website [namesny.com](https://namesny.com). This website is built with React and is open source. It is universally rendered both on server and in browser. The content is served through an API. + +## To do + +* ~~implement draft support~~ +* fix webpack dev server +* add cv/resume section +* support comments +* live reload +* eliminate most hardcoded things (move them to config file) +* remove unnecessary code and overall code cleanup