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

Minimalistic Web-based Text Editor, made with Flask

License

Notifications You must be signed in to change notification settings

sohang3112/simple-text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimalistic Web-based Text Editor, made with Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published