Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.env
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# Migrate-React-CodeMirror-V3-V4
# CodeBoost
CodeBoost is a code runner that allows you to refactor and run your code in one convenient location. With CodeBoost, you can improve the quality and readability of your code with just a few clicks, and then run it to see the results instantly.

# Features
- <b>Code refactoring:</b> CodeBoost makes it easy to refactor your code by suggesting changes that will improve its quality, readability, and performance. You can choose from a variety of refactorings, including renaming variables, extracting methods, and removing duplicate code.
- <b>Code running</b>: CodeBoost allows you to run your code directly from the editor, without having to switch to a different tool or environment. You can run your code as many times as you like, with different input values, and see the output and any errors or exceptions that occur.

# Languages supported
- Bash
- C
- C++
- Python
- Java
- Rust
- Go
- Ruby
- JavaScript

# Contributing
If you want to contribute to this project, feel free to open an issue or submit a pull request on GitHub.

# Acknowledgements
This readme was generated by ChatGPT :D.

Created with CodeSandbox