Welcome to LiveCodeCraft, a blazing-fast online HTML/CSS/JS code playground built from scratch. This tool allows you to write code, see an instant preview, and craft beautiful web snippets in real-time. Think of it as your personal mini CodePen, made with 💙 by Ajoy.
LiveCodeCraft leverages the following technologies:
To get started with LiveCodeCraft, visit the Releases section. Download the latest version and execute the files as per the instructions provided.
Before you begin, ensure you have the following installed:
Clone the repository:
git clone https://github.com/Kros13/LiveCodeCraft.git
Navigate into the project directory:
cd LiveCodeCraft
Install the dependencies:
npm install
Start the development server:
npm start
Open your browser and navigate to http://localhost:3000
.
Once you have the application running, you can start using it immediately. The interface consists of three main sections:
To collaborate, share the generated link with your friends or colleagues. They can join your session and edit the code in real-time.
We welcome contributions to LiveCodeCraft! If you would like to contribute, please follow these steps:
git checkout -b feature/YourFeature
git commit -m "Add some feature"
git push origin feature/YourFeature
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or feedback, feel free to reach out:
Thank you for checking out LiveCodeCraft! We hope you enjoy using it as much as we enjoyed building it. Don't forget to check the Releases for updates and new features. Happy coding!