tbreuss / mithril-by-examples

Learn Mithril.js by seeing, reviewing, and running up-to-date code examples
https://mithril-by-examples.js.org
MIT License
10 stars 8 forks source link

Implement example: 7GUIs Temperature Converter #14

Closed tbreuss closed 2 years ago

tbreuss commented 2 years ago

The implementation must be integrated in this Markdown file:

And the content should be formatted like here for example:

If you have any question, leave a message in the comments.

narayand16 commented 2 years ago

@tbreuss Can you assign this issue to me ?

tbreuss commented 2 years ago

@narayand16 I have assigned it to you.

Please note, that the implementation should be placed within the above markdown file. It will then "compiled" and built and in the end referenced to flems via a automatically generated link button. You can see a working example here.

It would be nice when you could code in ES6.

If you have any question on that, let me know.

narayand16 commented 2 years ago

@tbreuss Kindly review the updated PR.

tbreuss commented 2 years ago

Fixed with #15