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 CRUD #11

Open tbreuss opened 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.

ColinFrick commented 2 years ago

I'd like to work on this

tbreuss commented 2 years ago

I'd like to work on this

Great! I assign you later.

Please note, that the implementation should be placed within the above markdown file. Your content will then be "compiled" and built, and in the end referenced to Flems via an automatically generated link button. You can see a working example here: https://mithril-by-examples.tebe.ch/examples/modal/ The website is in work-in-progress and should be released end of october.

It would be nice when you could code in ES6.

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