An open API service indexing awesome lists of open source software.

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.

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
![image](https://github.com/parthasdey2304/thunder-editor/assets/131694386/66841277-178d-425a-97d4-d0fc6f055707)

![image](https://github.com/parthasdey2304/thunder-editor/assets/131694386/aa2e5a4a-90fe-48e2-a08e-0f4799c67419)

# 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!!!!