Skip to content

Commit

Permalink
Create 12steps.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Sep 5, 2016
1 parent c7c59e5 commit b3bc770
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 12steps.md
@@ -0,0 +1,16 @@
# 12 Steps

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

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

0 comments on commit b3bc770

Please sign in to comment.