A smart, lightweight voice-powered reminder app built with HTML, TailwindCSS, and Vanilla JavaScript.
It supports Speech Recognition, multilingual interface (English & Persian), and localStorage for saving reminders permanently in your browser.
π Live Demo
- π€ Voice input using the Web Speech API
- π Multi-language support: English and Persian
- ποΈ Persistent reminders using
localStorage
- π Dark theme UI designed with TailwindCSS
- β¨οΈ Add reminders by typing or speaking
- ποΈ Delete reminders easily
- HTML5
- CSS3 / TailwindCSS
- JavaScript (ES6)
- Web Speech API
- LocalStorage
Language | Code |
---|---|
English | en |
Persian | fa |
You can switch languages with the dropdown menu at the top.
- Choose your language from the dropdown.
- Type or speak your reminder (click the ποΈ icon).
- Click "Add" β your reminder is saved and shown below.
- All reminders are stored locally in your browser.
- You can delete any reminder by clicking the delete button.