Worked on a side project
I'm working on a super-simple teleprompter using Svelte, reMark, and basic LocalStorage. The goal is to provide an easy solution for people who just need the ability to write and save scripts, then prompt them, while also ensuring that the production code can be hosted anywhere.

The code lives here: https://github.com/nemo-omen/prompter

This is an rewrite of a project I created when I first started learning to code.

Features to be added:
- network persistance (Firebase, Supabase, Fauna, etc)
- autoscroll
- scroll using SpeechRecognition API