Notable - Smartly converts scanned handwritten notes to markdown
This project is an excercise in making static site feel like SPA application. Built with Laravel + Livewire leveraging modern approach to Ajax.
Why?
The base rerquirements was a Laravel-based CRUD website. This expanded into this slightly more ambitious project.
What principles?
- Exploring a modern Ajax based technology (Livewire) to enhance basic requirements for a PHP CRUD app.
- Implementing an interesting use case for AI generative technology that isn’t yet another chatbot.
- Learning to deploy a dockerized application (PHP dependency hell made me do it ;)
- Leverage modern PHP to create an actual MVP of an application rather than static site from 20 years ago.
- Learn to deploy inside of a dockerized setup, with controlled dependencies.
Features
- Markdown displays automatically formatted
- Basic responsive design, light and dark mode etc.
- Dynamic, searchable ui
- Markdown editor
- Dockerized deployment instance with PHP-FPM and POSTGRES images.