A modern React + TypeScript + Vite application designed for building and running Hinglish-based pseudo-code programs. Built with performance in mind using SWC for fast refresh and enriched with a beautiful UI powered by TailwindCSS.
- ⚡ Vite + SWC for blazing-fast builds and HMR
- 🧠 React 19 with functional components and hooks
- 🌈 TailwindCSS for responsive and elegant styling
- 🧹 ESLint configured for type-safe and stylistic TypeScript linting
- 📁 Clean project structure with reusable components
- 📜 Hinglish-like syntax parser and examples built-in
- 📱 Fully responsive with mobile-friendly drawer navigation
git clone https://github.com/rupesh-dev30/Hinglish-Language.git
cd Hinglish-Language
npm install
The app will be available at http://localhost:5173
Command | Description |
---|---|
npm run dev |
Start the development server |
npm run build |
Build the app for production |
npm run preview |
Preview the production build |