A CodePen-like online code editor built with React, allowing users to write HTML, CSS, and JavaScript, and see the live preview of their code. This project leverages local storage to persist code across browser sessions.
Features
- Live Preview: Real-time preview of HTML, CSS, and JavaScript code.
- Local Storage: Automatically saves your code in the browser’s local storage, ensuring your work is preserved across page reloads.
- Modular Components: Clean and modular codebase, making it easy to extend and maintain.