Skip to content

Commit

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

Here are the 12 steps that we will go through to build out application.
Here are the 12 steps that we will go through to build our 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
1. Set up a basic Dancer2 app
1. Make it look nicer with the addition of the Bootstrap CSS framework
1. Use Plack Middleware to serve static content more efficiently
1. Display some data in our app
1. Get the data from a database
1. Return the data as JSON and display it using Mustache
1. Use jQuery to show/hide completed items
1. Mark items as completed
1. Add new tasks to the app
1. Add user login
1. Edit and delete tasks
1. Add tags to tasks and filter the display on those tags

0 comments on commit 6024021

Please sign in to comment.