A lightning-fast, glassmorphic React tool that instantly converts words and sentences into IPA and SAMPA phonetics. Powered by the CMU Dictionary and the DataMuse API for intelligent "sounds-like" suggestions.
- Instant Translation: Real-time phonetic conversion to IPA and SAMPA as you type.
- Smart Discovery: Automatically suggests words that sound similar using the DataMuse API (for single words).
- Sentence Support: Handles both individual words and full sentences with proper spacing.
- Modern UI: A sleek, dark-themed interface featuring Glassmorphism, CSS gradients, and fluid animations.
- No-Scroll Experience: Optimized layout designed to fit perfectly on a single screen.
- Framework: React (with Vite)
- Styling: Vanilla CSS with Modern Glassmorphism techniques
- Phonetics: CMU Pronouncing Dictionary
- API: DataMuse API for phonetic similarity
- Node.js (Latest LTS recommended)
- npm or yarn
-
Clone the repository
git clone https://github.com/your-username/pronunciation.git cd pronunciation -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open your browser Navigate to
http://localhost:5173to see the app in action.
- Type any English word or sentence into the main input field.
- View the IPA (๐ก) and SAMPA (๐) transcriptions instantly.
- For single words, explore the "sounds like" section to discover phonetically similar words.
This project is open-source and available under the MIT License.
