A simple note taking app ๐
LeafBook is a simple app to take notes. You can create any book by name and add notes called leaves in each of them. There is no login, so you can have access to your notes in every computer just by remembering your book name.
The site is a Single Page application made on Vue. It uses some libraries:
- Vue Router, for navigation, of course
- Vuex to manage state
- axios to query the API
- vue-autosize-area to manage the size of the leaves
- vue-clipboard2 for easily copying to clipboard
- vue-toasted to show notifications
The backend is made on Laravel, and it can be found on its own repo