Skip to content

To do list#1

Open
Tomek93x wants to merge 30 commits intomainfrom
dev
Open

To do list#1
Tomek93x wants to merge 30 commits intomainfrom
dev

Conversation

@Tomek93x
Copy link
Owner

TODO List Application

Django-based task management application with tag functionality.

Features Implemented:

  • ✅ Task CRUD operations
  • ✅ Tag CRUD operations
  • ✅ ManyToMany relationship between Tasks and Tags
  • ✅ Complete/Undo task status toggle
  • ✅ Responsive UI with CSS styling
  • ✅ Date/time picker for task deadlines

Screenshots:

Add tag Add Task Edit tag Edit task Main page Tag confirm delete Tags Task confirm delete

Copy link

@Czernich Czernich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Projekt zrobiony bardzo fajnie, dlatego zaliczam, ale pamiętaj żeby upewniać się co wrzucasz do remote repozytorium. __pycache__ i jego pochodne nie mogą znaleźć się w twoim pull request.

*.py[cod]
*$py.class
*.so
__pycache__/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

foldery pycache są dalej widoczne w pull requestcie. Musisz się ich pozbyć.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants