Files
threetwo/src/client
Rishi Ghan a939bf4c71 🐛UI bugs (#68)
* 🔧 Updated date for PullList on Dashboard

* 🔧 Fixes for broken image paths

* ⬆️ Bumped deps, removed useless ones
2023-03-24 00:00:48 -04:00
..
2023-03-24 00:00:48 -04:00
2023-03-24 00:00:48 -04:00
2023-01-21 02:29:32 -08:00
2023-01-21 02:29:32 -08:00
2022-12-21 21:49:12 -08:00
2023-03-15 16:43:16 -04:00
2021-04-27 14:43:57 -07:00
2021-06-01 07:40:31 -07:00
2022-07-05 11:16:58 -07:00

ThreeTwo UI

I have tried my best to document the project through folder organization, comments, and actual JSDocs where applicable. Unit tests and I have not agreed for a long time now, and I think it won't change anytime soon.

This folder houses all the components, utils and libraries that make up ThreeTwo's UI

It is based on React 18, and uses:

  1. Redux for state management
  2. socket.io for transferring data in real-time
  3. React Router for routing
  4. React DnD for drag-and-drop
  5. @tanstack/react-table for all tables