Skip to content

This is a quick introduction tutorial on creating a todo application in angular.

License

Notifications You must be signed in to change notification settings

dberringer/ngTodoMvc

Repository files navigation

ngTodoMvc

This repo is to help new users understand how to make a basic todo applicaiton with angular. The repo branches are broken up into steps which are detailed below.

Step 1

  • Set up an empty angular application using angular, grunt, bower, yeoman, bootstrap & scss

Step 2

  • Create simple view
  • Add static list
  • Add todo delete button
  • Add todo input field and submit button

Step 3

  • Make todo list dynamicly generate view from static list of todos
  • Link up the todo delte button
  • Link up the new todo input and submit button

Step 4

  • Set up backend todo storage
  • Add calls to delete todos from backend
  • Add calls to add todos from backend

Easy peasy lemon squeezy.

About

This is a quick introduction tutorial on creating a todo application in angular.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published