Skip to content

A task list web app built using Django and Bootstrap

Notifications You must be signed in to change notification settings

nakhan98/Task-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task List App

A team-oriented task list web application.

From a coding test I did a while back. Putting it up here and improving it.

Setup

Docker

  • Run docker-compose as usual (TODO: modify to remove ssl stuff)

Instructions

  • Create an account by clicking on 'Register' in the top menu.
  • Login using credentials.
  • To add a task click on "Add Task" and fill in both Title and Description fields and submit.
  • To close a task click on the "Not Done" badge on the right hand sight of task in the table.
  • To find out who closed a particular task, hover over the "Done" badge of a finished task (tooltip should provide username).
  • To edit a task click on the pencil glyph.
  • To delete a task click on the cross glyph.

Demo

Demo available here: https://dev.nakhan.net:8443/task_list/

About

A task list web app built using Django and Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published