You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Speech-to-Text Converter is a React web application that utilizes the SpeechRecognition API to transcribe spoken words into text in real-time. 🗣️📝 It features controls to start, stop, and clear the transcription, along with clipboard functionality for easy copying. 📋✨ This project demonstrates the use of speech recognition technology to enha
This is a nice introduction for how to handle data state for user's expenses. This app is for showcasing purpose and where I build a simple expense tracker using the React framework. There are currently no backend involved in this app as it's SPA (Single-Page-Application). We used React's amazing Javascript logic & in line HTML and some basic CSS.