This test project will eventually become the React version of my Angular NPM Tinkering Project.
pnpm install
pnpm start- Add basic user creation dialog UI.
- Add user creation form validation with error-reporting.
- Add
activestyle for currently selected user in SideNav list. - Add theme-switching support via menu.
- Add text-direction switching via menu.
- Have menu collapsed state persist between redirects, unless on small screen size.
- Fix icon color on toolbar menu icon.
- Load and use
public/avatars.svgicons. - Use
axiospackage to loadusers.json. - Relocated
users.jsontopublic/. - Add unit tests!
- Investigate
<Trans />element's capabilities more. - Investigate reworking translation files away from deep-nesting towards sentences?