Contains the core app logic for a very basic notes app using the tide server framework. All data is saved to an API. This app allows users to view all notes, view an individual note, and edit a note. The note can contain markdown. This app is consumed on the following platforms:
- Server-side notes-demo-server
- Cloudflare Worker notes-demo-cf-worker
- Browser notes-demo-spa
- Electron (coming soon)
- iOS (coming soon)
- Android (coming soon)