From a4895d6721954633b864b9a2ad7736e11f4c5e3e Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Sat, 8 Mar 2025 07:32:20 +0000 Subject: [PATCH] feat: arithmetic sequence --- .codebuddy/.gitignore | 3 +- .idea/workspace.xml | 44 +++--- src/components/ToolContent.tsx | 23 +-- src/components/examples/ExampleCard.tsx | 4 +- src/components/examples/ToolExamples.tsx | 6 +- src/pages/tools/json/stringify/meta.ts | 15 +- .../arithmetic-sequence.service.test.ts | 29 ++++ .../number/arithmetic-sequence/index.tsx | 136 ++++++++++++++++++ .../tools/number/arithmetic-sequence/meta.ts | 21 +++ .../number/arithmetic-sequence/service.ts | 13 ++ src/pages/tools/number/index.ts | 3 +- 11 files changed, 249 insertions(+), 48 deletions(-) create mode 100644 src/pages/tools/number/arithmetic-sequence/arithmetic-sequence.service.test.ts create mode 100644 src/pages/tools/number/arithmetic-sequence/index.tsx create mode 100644 src/pages/tools/number/arithmetic-sequence/meta.ts create mode 100644 src/pages/tools/number/arithmetic-sequence/service.ts diff --git a/.codebuddy/.gitignore b/.codebuddy/.gitignore index 9f4c740..1db7c29 100644 --- a/.codebuddy/.gitignore +++ b/.codebuddy/.gitignore @@ -1 +1,2 @@ -db/ \ No newline at end of file +db/ +docs diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fdac9bb..2cc7269 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,17 +4,21 @@