Files
firegex-traffic-viewer/frontend/README.md

11 lines
622 B
Markdown
Raw Normal View History

2022-06-24 22:44:45 +02:00
# Firegex Frontend
2022-06-11 21:57:50 +02:00
2022-06-24 22:44:45 +02:00
![Firegex Frontend](../docs/Firegex_Screenshot.jpg)
2022-06-11 21:57:50 +02:00
2022-06-24 22:44:45 +02:00
The frontend of firegex is written using create-react-app.
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/).
2022-06-11 21:57:50 +02:00
2022-06-24 22:44:45 +02:00
The page is auto-updated by a global timeout that raise an event triggering all parts of the app that requires fetch updated data from the backend, the update of these data.
2022-06-11 21:57:50 +02:00
2022-06-24 22:44:45 +02:00
## [GO BACK](../README.md)