Code Monkey home page Code Monkey logo

crud-todo's Introduction

crud-todo

Class assignment. View live at http://sallykingston.me/crud-todo/.

Description

Your task is to recreate this:

Objectives

Learning Objectives

After completing this assignment, you should…

  • Understand the basics of Create, Read, Update, and Delete in reference to mutating data in an array.
  • Basic use of jquery events.
  • Basic use of templates.

Details

This assignment will require you to recreate the todo functionality alluded to in the screenshot above.

  • you must be able to create a todo, both in the DOM and as in a data array object.
  • you must be able to edit a todo, again in the DOM and in the data array.
  • you must be able to delete a todo, must be removed from DOM as well as array
  • you must be able to keep track of how many items are left in your todo list and represent them to the user
  • you must be able to selectively view either all todos, just completed todos, or just active todos
  • you must be able to complete a todo and not delete it, and also be able to uncomplete a todo, both represented as data in the todo object.

Deliverables

  • A repo containing at least:
    • bower.json
    • app.js
    • index.html

Normal Mode

Recreate the functionality of the todo app as stated in the details section.

Hard Mode

In addition to Normal Mode, instead of having in memory data, utilize localStorage technology to persist the data, so that when you refresh, the changes are still reflected in the UI.

Nightmare Mode

Complete Normal mode, but instead of Hard mode, persist your data to a remote server in a database that you can CRUD.

crud-todo's People

Watchers

James Cloos avatar Sally Hall avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.