All Questions
3 questions
2
votes
3
answers
252
views
Task-list app, which allows to add and remove tasks from list
I wrote my first web app. Please let me know what I should improve. I want to write as clean code as possible.
App is about adding and removing tasks from list. Backend is written in Django, frontend ...
0
votes
2
answers
52
views
Template file for creating formatted webpages
This is my working template file which I manually edit to create new properly formatted webpages for my personal website.
I am interested in what advantages if any could be realized by placing the CSS ...
5
votes
3
answers
438
views
Todo app for displaying a list of tasks
The main view in my (toy!) Todo app is, of course, to display the list of tasks. These are grouped by some criterion, and the tasks structure below is actually a ...