![image](https://private-user-images.githubusercontent.com/69895797/324301688-7e374cf8-9ac0-4f1b-b9cb-00a9d48d9fbc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NTM3NTAsIm5iZiI6MTczOTc1MzQ1MCwicGF0aCI6Ii82OTg5NTc5Ny8zMjQzMDE2ODgtN2UzNzRjZjgtOWFjMC00ZjFiLWI5Y2ItMDBhOWQ0OGQ5ZmJjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDAwNTA1MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdkMGJhZmRlYmUxNmYzYTkyYjUzZjQ0YmJlNmU4Yjc0NzEyODg5YTAwMjJiYzI0ZThlM2Y5NWVhZTBjZjliM2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-UZ5pA98srQnxoOxx7C1doHFlxG91aKXdRAr1f8bAXE)
This project is an online code editor built with React, Redux, TypeScript, and the Monaco Editor. It provides a robust environment for developers to write, format, and preview code snippets in real-time.
- Code Editing: Leverages the power of the Monaco Editor for a rich code editing experience, complete with syntax highlighting and advanced editing features.
- State Management: Utilizes Redux for efficient, predictable state management, ensuring your editing session remains responsive and manageable.
- TypeScript Support: Full TypeScript integration to benefit from static type checking and the latest ECMAScript features.
- Real-time Preview: Instantly visualize the output of your code as you type, aiding in quick iterations and debugging.