Skip to content

CarlGriffiths/To-Do-List-Web-App

Repository files navigation

This is a CRUD To-Do list web application which I have created using Play framework. The reason for this project is to help me get a better understanding of Play Framework and MVC architecture in general

Index page

alt text

Completed Page

alt text

Current features:

  • To-do list tasks can be created, updated and deleted
  • To-do list tasks can be as either marked as completed or uncompleted, if an item is marked as completed then it will be striked out
  • Homepage displays the events 'due today' on the left and displays items 'due in the future' on the right
  • To-do list tasks catergoies, e.g. a housework category would have items such as 'do laundry'
  • Passwords are hashed using BCrypt
  • Use weather API to get current temperature for users city