Skip to content

astraldawn/notepadclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notepadclone

A clone of notepad.cc created as an exercise in Flask, React and SQL

Must export FLASK_APP=server.py

To run server: flask run

To run test suite: python tests.py

To do

  • Get basic functionality (saving / loading from the URL) in Flask + SQLite
  • Login system, tagging posts to accounts
  • Convert front end to react
  • Write tests for saving / loading from URL
  • A view page (no edits)
  • password protection of an individual note
  • changing the font size

Not happening

  • concurrent usage

About

A clone of notepad.cc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published