Javascript implementation of the quote editor from Turbo Rails Tutorial.
The main motivation is learning to develop web applications with JavaScript alone. It includes the following stack:
Some features of the tutorial are currently left out:
- Broadcasting with WebSockets (Chapter 5)
- Security (Chapter 6)
Additionally, there were some other features that are different or intentionally left out due to time and lack of motivation:
- The look and feel deviates from the Turbo Rails Tutorial demo because the author has made some UI enhancements that are not in the tutorial
- svelte-hot-french-toast and its default styling are used for toasts
- Viewports less than tablet sizing are not implemented
- Labels for input fields are not implemented
- ...probably a few others