CodeMorphe is a modern and intuitive web-based code translation application designed to help developers translate code from one language to another with ease. It offers a sleek user interface, fast performance, and a seamless user experience powered by cutting-edge front-end technologies.
- 🌐 Translate code between different programming languages
- 💡 Dark/Light mode toggle for user comfort
- 📋 Copy to clipboard and export to PDF
- 🤖 Built-in AI chatbot specialized in coding queries
- 🖥️ Clean and modern UI design with responsive layout
This project is built with:
- Vite – Lightning fast build tool and dev server
- React – Component-based front-end library
- TypeScript – Strongly typed JavaScript for better development
- Tailwind CSS – Utility-first CSS framework
- shadcn/ui – UI components built on top of Tailwind for better accessibility and design
codeMorphe/ ├── public/ ├── src/ │ ├── components/ │ ├── pages/ │ ├── utils/ │ ├── styles/ │ └── main.tsx ├── index.html ├── tailwind.config.js ├── tsconfig.json └── vite.config.ts
- Node.js (v16+ recommended)
- npm or yarn
git clone https://github.com/synapticPush/codeMorphe.git
cd codeMorphe
npm install
npm run dev