Skip to content

Contains simple example starting app (html5 / JavaScript / Parse), with assignment to create todo functionality.

Notifications You must be signed in to change notification settings

craigdavies/assignment1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Contains simple example starting app (html5 / JavaScript / Parse), with assignment to create todo functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 56.9%
  • HTML 43.1%