No description
  • TypeScript 95.4%
  • CSS 4.4%
  • JavaScript 0.2%
Find a file
2025-04-09 20:45:44 +00:00
.vscode New datatable 2025-04-09 14:27:52 -04:00
app regress transaction fetch logic 2025-04-09 16:40:38 -04:00
components Remove console log from GetByIDForm submission handler 2025-04-09 16:38:40 -04:00
hooks Account CRUD Operations (#25) 2025-04-07 14:04:55 +00:00
lib Enhance getData function signature with generic type and add currentMonthString export 2025-04-09 16:38:20 -04:00
public Initial commit from Create Next App 2025-02-18 14:39:55 -05:00
.editorconfig Account CRUD Operations (#25) 2025-04-07 14:04:55 +00:00
.gitignore Initial commit from Create Next App 2025-02-18 14:39:55 -05:00
.prettierignore Account CRUD Operations (#25) 2025-04-07 14:04:55 +00:00
.prettierrc Account CRUD Operations (#25) 2025-04-07 14:04:55 +00:00
components.json Account CRUD Operations (#25) 2025-04-07 14:04:55 +00:00
eslint.config.mjs Account CRUD Operations (#25) 2025-04-07 14:04:55 +00:00
next.config.ts Initial commit from Create Next App 2025-02-18 14:39:55 -05:00
package.json Transaction CRUD #17 Completed 2025-04-08 19:23:39 -04:00
pnpm-lock.yaml Transaction CRUD #17 Completed 2025-04-08 19:23:39 -04:00
postcss.config.mjs Account CRUD Operations (#25) 2025-04-07 14:04:55 +00:00
README.md Account CRUD Operations (#25) 2025-04-07 14:04:55 +00:00
tailwind.config.tsx Account CRUD Operations (#25) 2025-04-07 14:04:55 +00:00
tsconfig.json Initial commit from Create Next App 2025-02-18 14:39:55 -05:00

pnpm install
pnpm dev

Open http://localhost:3000 with your browser to see the result.


  • only layout styles should be used in components flex flex-col gap-4
  • all decorative styles should be done in global.css color: var(--color-white);