Skip to content

Latest commit

 

History

History
67 lines (32 loc) · 1.48 KB

README.md

File metadata and controls

67 lines (32 loc) · 1.48 KB

ToDo-Team!

  • A simple, yet functional tool for you to manage your schedule with your team!

You can do:

  • Create a ToDo set title and content
  • Add ToDocuks (sub-categories of ToDO) and dedicate it to other users.
  • Observe all ToDo's that contains any ToDocuk releated with you.

Tech

ToDo-Team powered with:

  • Flask - Micro web framework written in Python.
  • SQLAlchemy - SQL toolkit and object-relational mapper for the Python
  • WTForms - Form validation and rendering library for Python
  • Twitter Bootstrap - Great UI boilerplate for modern web apps

Screenshots

Add ToDocuk to an existing ToDo, other users than owner of ToDo can reach this view without add ToDocuk panel.

Rest of the view.

User can see ToDos if there exist a ToDocuk in the ToDo related with their name.

User can see ToDos created by themselves, they can delete ToDo or go to content of ToDo for seeing ToDocuks.

Register Page.

Login Page.

Todos

  • Add user verification
  • Add friends section