This project is an offline code editor web app designed to provide a sleek and efficient environment for writing, editing and running code in various programming languages (ultimately). It currently is capable of running HTML, CSS, and JavaScript codes.
- Clone the repository to your local machine:
git clone https://github.com/izuchii/code-editor.git
- Navigate to the project directory:
cd code-editor
- Install dependencies:
npm install
- Start the application:
npm start
- Launch the application by following the installation steps.
- Start writing or editing your code in the editor.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m "Your commit message"
- Push to your branch:
git push origin feature/your-feature
- Submit a pull request to the main repository.
For any inquiries or feedback, please contact [email protected].
Feel free to customize it further to suit your specific project requirements and style preferences!