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

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task List App

A coding test I did a while back. Puting it her for posterity.

General info

  • Developed on Debian Jessie with Python 2.7.9 and Django (1.7.11).
  • Bootstrap and jQuery used for front end.

Setup

Docker

  • Alternatively, run start.sh which dockerifies everything.
    • By default, app will listen on port 48080.

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.

About

A task list web app built using Django and Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published