making basic functionality work & add todo list to readme

This commit is contained in:
Michi 2024-11-06 21:42:09 +01:00
parent f32a3b56ce
commit a84d0a512e
5 changed files with 88 additions and 18 deletions

View file

@ -9,6 +9,7 @@
<body>
<h3>Cl1ck Gu1de</h3>
<button id="toggleRecording">Start Recording</button>
<button id="exportBtn">Export JSON</button>
<script src="popup.js"></script>
</body>
</html>