e80d246fc0
• Frontend Upgrades - The frontend has been upgraded to leverage TypeScript, React 18, and Material UI 5, enhancing code quality, UI consistency, and leveraging the latest features of these technologies. • Build process overhaul - I've switched from react-scripts to react-app-rewired. This gives me more control to tweak the webpack configuration as I need. Plus, it's now set up to handle CommonJS (CJS) modules. • TypeScript refactoring - Several components have been rewritten in TypeScript, improving type safety and predictability in our codebase. |
||
---|---|---|
backend | ||
frontend |