# Firegex Frontend ![Firegex Frontend](../docs/Firegex_Screenshot.png) The frontend of firegex is written using vite. The routing of the pages is managed by react-router 6 and the graphics is mainly managed by the framework [Mantine](https://mantine.dev) and icons provided by [React Icons](https://react-icons.github.io/react-icons/). The style of the page is written with [sass](https://sass-lang.com/). The page is auto-updated by a global timeout and also thanks to socket.io that raise an event triggering all parts of the app that requires fetch updated data from the backend, the update of these data. ## [GO BACK](../README.md)