A simple public chatroom built with Svelte and Pocketbase
- Users can create an account with a username and password
- Once logged in with an account, users can post a message
- Hovering over a message that the user made will show options for editing the message or deleting it.
- Messages are saved and logged into the Pocketbase SQLite database.