From 2a2eef56932d079394d90406058cc82a67218942 Mon Sep 17 00:00:00 2001 From: Micael Diniz <45563240+micael-diniz@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:06:47 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25a2948..38a91c1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# ToDo list +# ToDo List Challenge proposed by Rocketseat's Ignite course related to Fundamentals of React. +**_Some tools used here is very overkill and not needed to this project, but the idea was to experiment with new options_** + **Briefing:** [Notion](https://efficient-sloth-d85.notion.site/Desafio-01-Praticando-os-conceitos-do-ReactJS-91fd63dd1a5b4a2796152de293ec1074) ## Features @@ -17,8 +19,8 @@ Challenge proposed by Rocketseat's Ignite course related to Fundamentals of Reac - React hook form (form validation) - Zod (form validation) - Zustand (state manager) -- Framer motion (animations) -- Ant Design +- TailwindCSS +- NextUI - CI/CD github actions ## Icons From 2cd16ea82de93755e9ee828021c3e81e3779e1d0 Mon Sep 17 00:00:00 2001 From: Micael Diniz <45563240+micael-diniz@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:07:02 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a91c1..317f420 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Challenge proposed by Rocketseat's Ignite course related to Fundamentals of React. -**_Some tools used here is very overkill and not needed to this project, but the idea was to experiment with new options_** +**_Some tools used here is very overkill and not needed to this project, but the idea was to experiment with new options_.** **Briefing:** [Notion](https://efficient-sloth-d85.notion.site/Desafio-01-Praticando-os-conceitos-do-ReactJS-91fd63dd1a5b4a2796152de293ec1074)