Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 606 Bytes

File metadata and controls

23 lines (14 loc) · 606 Bytes

Simple Note Taking App using Flask

Minimal Note Taking App

Use the project live

Note Taking App

Sample images

Signup Page

Login Page

Home Page

Functionalities

  • Create a new user (Signup)
  • Login only for signed up user (Login and Logouts)
  • Create notes (NOT shared notes, each user can only see his notes)
  • Delete notes (Only registerd users can delete/create notes)
  • Cannot see other users notes