Web application and associated bruno collection for spotting ships, related to Framework App to Web App series.
The web application talks to a Domino NSF, using Domino REST API. The application also has JSON data included and can be used standalone for testing purposes.
The application demonstrates modern web development techniques:
- event handlers.
fetch
for REST service calls.- use of
localStorage
andsessionStorage
. - ES6 modules.
- CSS variables.
- CSS light-dark, light-mode, and dark-mode.
- services and derived services.
- custom events.
- web components, with and without shadowDOM.
- querySelector and querySelectorAll.