This is an AI-powered web application built with React, Monaco Editor, Framer Motion, and Google's Gemini API. It allows developers to write, review, fix, and simulate the output of code in multiple programming languages with just a few clicks.
- ✅ Code Editing with syntax highlighting via Monaco Editor
- 🔍 AI-Powered Code Review (quality rating, suggestions, bug detection, etc.)
- 🛠️ Auto-Fix Code using Gemini
- 🖥️ Simulate Output of code without execution
- 🌈 Modern UI with dark theme and animations
- 🌐 Multi-language Support (20+ languages)
- Frontend: React, TailwindCSS, Framer Motion
- Editor: Monaco Editor
- AI API: Google Generative AI (Gemini)
- Markdown Rendering: react-markdown
- Select Dropdown: react-select
- Loader: react-spinners
# Clone the repository
git clone https://github.com/yes20sh/CodeCraft-AI-Application.git
cd CodeCraft-AI-Application
# Install dependencies
npm install
# Start the development server
npm run dev