From 429ca0968618636f40c52ce56c21d129b1ff6f9f Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Tue, 25 Jun 2024 09:35:44 +0100 Subject: [PATCH] feat: tools by category --- .idea/workspace.xml | 44 +++---- src/assets/tools.png | Bin 0 -> 22504 bytes src/components/Hero.tsx | 100 +++++++++++++++ src/components/ToolLayout.tsx | 6 +- src/config/routesConfig.tsx | 5 + src/pages/home/index.tsx | 173 ++++++-------------------- src/pages/tools-by-category/index.tsx | 74 +++++++++++ src/utils/string.ts | 3 +- 8 files changed, 239 insertions(+), 166 deletions(-) create mode 100644 src/assets/tools.png create mode 100644 src/components/Hero.tsx create mode 100644 src/pages/tools-by-category/index.tsx diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0f9921a..e28bb3a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,25 +4,15 @@