From d3a183a1a5c8d0d48e581944e50cbd5d6e8dba81 Mon Sep 17 00:00:00 2001 From: Misha Grinko Date: Thu, 29 Jun 2023 19:36:51 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 898824c395..f6e09d1094 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # React Add TODO Form -Implement the ability to add TODOs to the `TodoList` implemented in the [Static List of TODOs](https://github.com/mate-academy/react_static-list-of-todos). - +Implement the ability to add TODOs to the `TodoList` implemented in the **Static List of TODOs** > Here is [the working example](https://mate-academy.github.io/react_add-todo-form/) 1. Create an `App` component storing the `todos` array and displaying it using the `TodoList`.