To-Do WebApp made using Python, Django framework.
Tech-Stack Used : Python, Django, HTML5, CSS
Features:
- Login/Log-out user authentication.
- Registration for the new user.
- Create, Update and Delete Tasks.
- Personalized task showing -> Only the task created by user will be visible in his profile
- Unathorized access to various endpoints are restricted using LoginRequiredMixins.
- Search and filter out the tasks.
Here are the few sneak-peeks into the webapp :
- User Authorization
- New User Registration
- User-Tasks Dashboard