01 // PROJECT AT A GLANCE
REACT ADMIN SIDE
JSHTMLA third React project: an administration interface with authentication.
The third React project of the period, and the one closest to a real application: a login screen, then a dashboard only accessible once identified. Two new subjects compared with the previous ones — navigation between pages, and the fact that part of the application must not be accessible to everyone. It is also the first where you build on an existing tool rather than writing everything yourself, with the trade-off that implies.
A React application with a login screen, an administration dashboard and data management through react-admin.
MEDIAARCHIVED RECORD
03 // KEY OUTCOMES
- A complete administration interface with conditional access
- Adopting a specialised framework rather than bespoke code
04 // SOURCE TREE
READING SOURCE…