tommymcdonald / alkymi-practical

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Run

yarn or npm install to setup the deps

yarn serve or npm run serve will run both the server and the client

yarn test or npm run test will run the existing reducer and util tests

UX Improvements

  • Adding "restore" functionality for deleted fields

Things I'd improve

  • Validating inputs on load (currently validates on change)
  • Clicking "name" or other whitespace on row could check the row's checkbox field
  • Using TypeScript on all files as opposed to a few
  • Test coverage on the UI components
    • I've been out of Redux for a while, and setting up tests took some time
  • Tons of things, otherwise

About


Languages

Language:JavaScript 60.4%Language:TypeScript 22.2%Language:HTML 13.4%Language:CSS 4.0%