A modern web application for converting English text to International Phonetic Alphabet (IPA) notation. Built with Next.js, TypeScript, and Tailwind CSS.
Clone the repository:
git clone https://github.com/digitalRM/IPA-converter.git
cd ipa-converter
Install dependencies:
npm install
Start the development server:
npm run dev
Open http://localhost:3000 in your browser
Example conversions:
The converter uses a phoneme-based approach to convert English text to IPA. It includes:
npm run dev
- Start development servernpm run build
- Build for productionnpm run start
- Start production servernpm run lint
- Run ESLintipa-converter/
├── app/
│ ├── components/
│ │ └── IPAConverter.tsx
│ ├── globals.css
│ ├── layout.tsx
│ └── page.tsx
├── public/
├── package.json
└── README.md
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.