Single-page web application in React for visualizing and modifying transactions.
  • TypeScript 73.3%
  • CSS 16.4%
  • JavaScript 6.8%
  • HTML 3.5%
Find a file
Luís Murta f7ddab2510 chore: downgrade react to 18
react-debounce-input doesn't support it yet.
2025-09-06 10:37:34 +01:00
.github/workflows ci: add commitlint action 2025-06-21 23:59:11 +01:00
public Vite scaffolding with react-ts 2025-03-19 23:58:49 +00:00
src feat: implement last button for transactions 2025-07-27 00:39:19 +01:00
.commitlintrc.yaml ci: add commitlint action 2025-06-21 23:59:11 +01:00
.git-blame-ignore-revs chore: add ignore revs file 2025-06-01 10:16:57 +01:00
.gitignore Initial commit 2025-03-19 22:41:58 +00:00
eslint.config.js refactor: sort imports 2025-06-01 10:08:12 +01:00
index.html Render transactions on <table> 2025-03-23 00:45:27 +00:00
LICENSE Initial commit 2025-03-19 22:41:58 +00:00
package-lock.json chore: downgrade react to 18 2025-09-06 10:37:34 +01:00
package.json chore: downgrade react to 18 2025-09-06 10:37:34 +01:00
README.md Initial commit 2025-03-19 22:41:58 +00:00
tsconfig.app.json Vite scaffolding with react-ts 2025-03-19 23:58:49 +00:00
tsconfig.json Vite scaffolding with react-ts 2025-03-19 23:58:49 +00:00
tsconfig.node.json Vite scaffolding with react-ts 2025-03-19 23:58:49 +00:00
vite.config.ts refactor: sort imports 2025-06-01 10:08:12 +01:00

webapp-spa-react

Single-page web application in React for visualizing and modifying transactions.