40K-damage-calculator/web-client-frontend
Loic Prieto 4f5bd1f851 Switch frontend react state from vanilla to redux (#1)
Also fixes issues with the catalogue parsing

Reviewed-on: #1
Co-authored-by: Loic Prieto <loic@the-fire-archmage.ninja>
Co-committed-by: Loic Prieto <loic@the-fire-archmage.ninja>
2025-09-01 20:53:15 +00:00
..
infrastructure Backend and Frontend releasable from the CLI. Now comes the frontend refinement 2025-08-18 19:02:24 +02:00
public Reduce app icon size 2025-08-18 23:11:24 +02:00
src Switch frontend react state from vanilla to redux (#1) 2025-09-01 20:53:15 +00:00
.gitignore Update gitignore with vscode stuff 2025-08-05 09:44:36 +02:00
eslint.config.js Switch frontend react state from vanilla to redux (#1) 2025-09-01 20:53:15 +00:00
index.html Start fucking react up 2025-08-06 09:34:55 +02:00
justfile Update release notes for latest frontend version 2025-08-20 23:37:50 +02:00
package-lock.json Switch frontend react state from vanilla to redux (#1) 2025-09-01 20:53:15 +00:00
package.json Switch frontend react state from vanilla to redux (#1) 2025-09-01 20:53:15 +00:00
README.md Init react frontend with vite 2025-08-04 16:14:39 +02:00
tsconfig.json Implement typescript & react frontend 2025-08-05 14:41:08 +02:00
vite.config.js Disable some factions, fix minor ui issues, start implementing known bugs button 2025-08-22 20:11:56 +02:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.