From 780e6f4c14a4a9f95c6bdf7a04c94378cf28043c Mon Sep 17 00:00:00 2001 From: Emre KURTAR Date: Sat, 6 Nov 2021 13:46:54 +0300 Subject: [PATCH] secondinit --- .../todo-app-react/public/index.html | 10 ++ .../todo-app-react/src/App.css | 149 +++++++++++++++--- .../todo-app-react/src/App.js | 100 ++++++++++-- .../todo-app-react/src/App.test.js | 8 - .../src/components/Form/form.js | 38 +++++ .../src/components/Todo/todo.js | 37 +++++ .../src/components/Todolist/todolist.js | 17 ++ .../todo-app-react/src/logo.svg | 1 - .../todo-app-react/src/setupTests.js | 5 - 9 files changed, 311 insertions(+), 54 deletions(-) delete mode 100644 Week2-TodoAppWithReact/todo-app-react/src/App.test.js create mode 100644 Week2-TodoAppWithReact/todo-app-react/src/components/Form/form.js create mode 100644 Week2-TodoAppWithReact/todo-app-react/src/components/Todo/todo.js create mode 100644 Week2-TodoAppWithReact/todo-app-react/src/components/Todolist/todolist.js delete mode 100644 Week2-TodoAppWithReact/todo-app-react/src/logo.svg delete mode 100644 Week2-TodoAppWithReact/todo-app-react/src/setupTests.js diff --git a/Week2-TodoAppWithReact/todo-app-react/public/index.html b/Week2-TodoAppWithReact/todo-app-react/public/index.html index aa069f2..a23fa2d 100644 --- a/Week2-TodoAppWithReact/todo-app-react/public/index.html +++ b/Week2-TodoAppWithReact/todo-app-react/public/index.html @@ -9,6 +9,16 @@ name="description" content="Web site created using create-react-app" /> + +