Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 571 Bytes

12steps.md

File metadata and controls

16 lines (14 loc) · 571 Bytes

12 Steps

Here are the 12 steps that we will go through to build our application.

  1. Set up a basic Dancer2 app
  2. Make it look nicer with the addition of the Bootstrap CSS framework
  3. Use Plack Middleware to serve static content more efficiently
  4. Display some data in our app
  5. Get the data from a database
  6. Return the data as JSON and display it using Mustache
  7. Use jQuery to show/hide completed items
  8. Mark items as completed
  9. Add new tasks to the app
  10. Add user login
  11. Edit and delete tasks
  12. Add tags to tasks and filter the display on those tags