GitClassic
Feed
Explore
Random
Go Pro
Sign in
obafemitayor
/
newsletter-subscription-application
Code
/
Commits
/ 805bc9e
Added implementation for Create Subscription Page. Also added sufficient Test Coverage and fix minor tech debt in the Backend API
Omotayo Obafemi
committed on Apr 6, 2025, 12:11 AM
Showing
22
changed files
+10171 additions
-960 deletions
A
frontend/babel.config.cjs
+6
A
frontend/jest.config.ts
+19
A
frontend/jest.setup.ts
+22
M
frontend/package-lock.json
+9317
-869
M
frontend/package.json
+25
-3
M
frontend/src/App.vue
+2
-27
A
frontend/src/__tests__/Subscription.test.ts
+240
D
frontend/src/components/HelloWorld.vue
-41
A
frontend/src/i18n/en.json
+38
A
frontend/src/i18n/index.ts
+10
M
frontend/src/main.ts
+27
-1
M
frontend/src/style.css
+3
-16
A
frontend/src/views/subscription/components/Subscription.vue
+316
A
frontend/src/views/subscription/helpers/constants.ts
+1
A
frontend/src/views/subscription/helpers/validation.ts
+63
A
frontend/src/views/subscription/service/category.ts
+8
A
frontend/src/views/subscription/service/subscription.ts
+7
A
frontend/src/views/subscription/types/types.ts
+30
A
frontend/src/vue-shims.d.ts
+6
M
frontend/tsconfig.app.json
+7
-1
M
frontend/tsconfig.node.json
+4
M
frontend/vite.config.ts
+20
-2
Browse files at this commit โ