Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 915 Bytes

File metadata and controls

34 lines (16 loc) · 915 Bytes

To-Do WebApp made using Python, Django framework.

Tech-Stack Used : Python, Django, HTML5, CSS

Features:

  1. Login/Log-out user authentication.
  2. Registration for the new user.
  3. Create, Update and Delete Tasks.
  4. Personalized task showing -> Only the task created by user will be visible in his profile
  5. Unathorized access to various endpoints are restricted using LoginRequiredMixins.
  6. Search and filter out the tasks.

Here are the few sneak-peeks into the webapp :

  1. User Authorization

1_login

  1. New User Registration

1_register

  1. User-Tasks Dashboard

1_userdashboard