⚠ Under active development ⚠
Frontend for new interface of EnvironmentOS.
In fact, this is already the third variation of the EnvironmentOS interface. The basis of the frontend is a set of static files that will be stored in the flash memory of the device. The server does not process these files in any way, but simply sends them on request.
Pages become dynamic thanks to JS scripts that download data via XMLHttpRequest. The server responds with JSON files containing various data. In this version I plan to make the entire user interface single-page. Thus, all necessary resources will be downloaded only once when opening the page and the user will not have to wait for downloads.
The scripts are written on pure JS, to save memory and make the interface work faster.
- Responsive design
- Single page user interface
- Live values updating
- Service pages for configuration
- Showing banner when host is offline
Info | Home | Settings |
- Material Icons by Google
- Some icons from FontAwesome
Copyright © 2023 Dmytro Obukhov (DeLy Dreamer)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
See the GNU General Public License for more details.