APP: Thermal Output Calculator
A web app for calculating radiators thermal output with user defined system temperatures.
Features:
- Calculate thermal output with different system temperatures
- Save user defined system temperatures (localStorage)
- Save calculated result with all informations in a history table
- Delete system temperatures
- Delete calculated history items
ToDo´s:
HTML related
- Think about the history table structure and class names
SASS related
- Plan out the SASS architecture / folder structure
JS related
-
All input values should be filled in automatically on window load. There will be a config file with all values.
-
Think about a design pattern. Maybe Pub/Sub?