Skip to content

Izuchii/Code-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Editor App

Overview

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.

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/izuchii/code-editor.git
    
  2. Navigate to the project directory:
    cd code-editor
    
  3. Install dependencies:
    npm install
    
  4. Start the application:
    npm start
    

Usage

  1. Launch the application by following the installation steps.
  1. Start writing or editing your code in the editor.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature/your-feature
    
  3. Make your changes and commit them:
    git commit -m "Your commit message"
    
  4. Push to your branch:
    git push origin feature/your-feature
    
  5. Submit a pull request to the main repository.

Contact

For any inquiries or feedback, please contact [email protected].


Feel free to customize it further to suit your specific project requirements and style preferences!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published