Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 1.61 KB

File metadata and controls

31 lines (29 loc) · 1.61 KB

Assignment 1

What you will learn

This assignment will teach you the following:

  • Use simple git commands to pull down, commit changes, and push up.
  • Further enhance your javascript knowledge, by manipulating form controls, and other html element.
  • Working with creation, deletion and updating objects in Parse.
  • Learning about the challenge around the design of a system. It's not just about creating a working system, it's about creating a system that works. (Wow, can I keep that quote for myself - it's genius!)

Objectives

  • Setup git to connect to your github account
  • Fork the assignment1 repo
  • Make the following changes to the provided app:
    • Allow a user to create a new todo item
    • Allow a user to edit an existing todo item
    • Allow a user to delete an existing todo item
    • Allow a user to 'complete' a todo item (Hint: using a checkbox)

Resources

In order to accomplish this assignment, you will need to learn about the following: