Showing off: What I build with FluentUI #17673
blendsdk
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
@blendsdk This is awesome! Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
These are some screenshots of an application that I am developing using
FluentUI
,TypeScript
,NodeJs
and the almightyPostgreSQL
. The back-end of this app is a collection of generated REST APIs based on the database schema and some otherJSON
schema definitions. The front-end is of course all built withFluentUI
. Some components like theApplicationLauncher
are custom components modelled afterOffice365
. For legacy reason I had to implement a basic user management module, but soon this will be replaced withAzure AD
. As for state management; I useMobX
for global application state anduseState
for tracking component state locally.This application helps tracking SDGs (Sustainable Development Goals) for large organizations. (read about SDGs here)
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions