A small react app fully running in the browser to help the user with their crypto tax declaration process in Spain
- Improve client documentation for exactly what field to fill
- Replace custom parser with a more robust csv-parse library
- Add better error handling for potential malformed data
- Put i18n in place everywhere
- Add a toggle for dark mode
PNPM package manager is preferred due to its benefits in performance and workspace handling
- Step one:
pnpm install
- Step two:
pnpm run dev
- Done! 🚀
pnpm run test
# Or for running in an interactive mode
pnpm run test:ui