From 14454856b5f4adb6cef693ed60246a479b1c8def Mon Sep 17 00:00:00 2001 From: Asara Date: Sun, 28 Jul 2019 02:37:12 -0400 Subject: [PATCH] Make a less fake readme, add a todo --- README.md | 11 ++++++++++- TODO.md | 4 ++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 TODO.md diff --git a/README.md b/README.md index f58df76..b879174 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # sudoscientist-js-frontend -Fml. +## this is the sudoscientist frontend using react-redux + +### Setup + +This project was started using create-react-app + +``` + npm install + npm start +``` diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..e1834f1 --- /dev/null +++ b/TODO.md @@ -0,0 +1,4 @@ +# TODO + +1. Add padding to the bottom of the page +2. Fix wrapping on code blocks