https://github.com/parthasdey2304/thunder-editor
This is a basic online code editor.
https://github.com/parthasdey2304/thunder-editor
Last synced: about 1 month ago
JSON representation
This is a basic online code editor.
- Host: GitHub
- URL: https://github.com/parthasdey2304/thunder-editor
- Owner: parthasdey2304
- License: mit
- Created: 2023-05-10T08:54:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T07:33:59.000Z (over 1 year ago)
- Last Synced: 2025-03-11T14:55:18.543Z (about 1 year ago)
- Language: HTML
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a basic online code editor.
# Upcoming features
This is the first build of this application, the upcoming features include:
+ Syntax Highlighting
+ Output terminal
+ Auto-complete
+ Code Suggestions
+ Co-pilot support
+ Switching over to Django to add user authentication
# Pre-requisites
To run this code you would need the following:
+ Python(version 3.7 or higher)
+ Flask python package
+ Git
+ RainbowJS
# Installation
Copy the following codes and paste them in the terminal:
+ Installing python3:
```
sudo apt install python3 -y
```
+ Installing Flask:
```
pip install flask
```
+ Installing Git:
```
sudo apt install git -y
```
# Usage
+ Clone the GitHub Repository:
```
git clone https://github.com/parthasdey2304/thunder-editor.git
```
+ Get inside the repository:
```
cd thunder-editor
```
+ Running the **server.py** file:
```
python3 server.py
```
# Screenshot


# Contributing
We welcome contributions from the community! If you'd like to contribute to thunder-editor, please read the following guidelines on how to contribute:
+ Fork the repository and create a new branch for your changes.
+ Make your changes to the code.
+ Test your changes thoroughly.
+ Commit your changes with a clear and descriptive message.
+ Push your changes to your fork.
+ Create a pull request and wait for me to verify and then merge it to the main branch.
# THANK YOU COMMUNITY!!!!