This is a simple web-based text editor, which I created for answering an interview question / code challenge.
It supports Opening, Saving and Editing text files from a Web page.
- Clone this repository.
- Install Flask using Pip -
pip install flask
. - Change directory to project directory
cd simple-text-editor
and runpython __init__.py
. - Open
localhost:5000
in any web browser.
- Backend - Python 3 with Flask
- Frontend - HTML 5 / CSS 3 / JavaScript, Font Awesome library (for drawing logo icon)
Make this into an online clone of Notepad++! (Why? Because I like Notepad++!)
Note: It definitely has to be fast, because speed is my favourite feature of Notepad++.