Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 814 Bytes

File metadata and controls

11 lines (7 loc) · 814 Bytes

Java CI with Maven

Notebooks FX

A markdown-based, note-taking app that organizes notes into sections and pages, like a notebook. Inspired by Microsoft OneNote.

Backend: https://github.com/amal-stack/notebooks-api

  • This repository also features a very minimal dependency injection container under the di directory.
  • This repository also contains an HTTP Client Wrapper and the Endpoint API which is an abstraction over raw URIs with support for named routes under util/http.

I plan to eventually move these utilities into a separate repository.