The Live Code Editor is an innovative web application that offers users a dynamic platform to experiment and showcase their HTML, CSS, and JavaScript coding skills in real-time, akin to popular platforms like CodePen. This user-friendly tool caters to developers of all levels, enabling them to create, edit, and instantly preview code, fostering a seamless and efficient coding experience.
To see the Live Code Server in action, visit https://livecodeeditorbysam.netlify.app/
Follow these steps to set up the Live Code Server locally:
Clone the repository:
git clone https://github.com/sampritibanerjee/Live_Code_Editor.git
cd Live_Code_Editor
Install dependencies:
npm install
Start the development server:
npm start
Open your browser and navigate to http://localhost:3000 to access the Live Code Editor.
welcome contributions to enhance the Live Code Server! Please fork the repository and create a pull request with your suggested changes. I will review it and merge it if it aligns with our project goals.
Happy coding! 🚀