Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.1 KB

React Tinkering Project

This test project will eventually become the React version of my Angular NPM Tinkering Project.

Running the Application

pnpm install
pnpm start

Packages

Screenshot

ToDo

  • Add basic user creation dialog UI.
  • Add user creation form validation with error-reporting.
  • Add active style 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.svg icons.
  • Use axios package to load users.json.
  • Relocated users.json to public/.
  • Add unit tests!
  • Investigate <Trans /> element's capabilities more.
  • Investigate reworking translation files away from deep-nesting towards sentences?