Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 943 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 943 Bytes

Simple Text Editor (Web)

This is a simple web-based text editor, which I created for answering an interview question / code challenge.

Functionality

It supports Opening, Saving and Editing text files from a Web page.

Demo Screenshot

Installation

  • Clone this repository.
  • Install Flask using Pip - pip install flask.
  • Change directory to project directory cd simple-text-editor and run python __init__.py.
  • Open localhost:5000 in any web browser.

Technology Stack

  • Backend - Python 3 with Flask
  • Frontend - HTML 5 / CSS 3 / JavaScript, Font Awesome library (for drawing logo icon)

Idea

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++.