UzConvert is a React + TypeScript + Vite web application for converting Latin Uzbek text into Cyrillic and vice versa. It also supports undo/redo, copy, clear, and keyboard shortcuts for fast text manipulation.
Live demo: https://uzconvert.vercel.app
- Convert Latin Uzbek text to Cyrillic.
- Convert Cyrillic Uzbek text to Latin.
- Undo / Redo text changes.
- Clear text input.
- Copy converted text to clipboard.
- Keyboard shortcuts:
Ctrl + C→ CopyCtrl + X→ ClearCtrl + Z→ UndoCtrl + Shift + Z→ Redo
- Mobile-friendly responsive design.
- Supports common Uzbek digraphs and special characters.
- React 18 with TypeScript
- Vite for fast bundling
- Functional components + hooks (
useState,useEffect, custom hooks) - CSS Flexbox and responsive media queries
Clone the repository:
git clone https://github.com/jasurlive/UzConvert.git
cd UzConvert