GithubHelp home page GithubHelp logo

allhaile / fullstack_info_hw03 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from parvsondhi/fullstack_info_hw03

0.0 2.0 0.0 6.56 MB

Full Stack Web Development HW03 - Javascript

CSS 38.27% JavaScript 13.96% HTML 47.76%

fullstack_info_hw03's Introduction

FullStack_Info_HW03

#Full Stack Web Development HW03 - Javascript & jQuery

  1. User sees labeled ‘To Do’ and ‘Doing’ lists, which are empty upon page load. The lists are visually distinct from each other.
  2. User can add one ‘To Do’ item at a time using a text input field and an ‘Add Item’ button.
  3. Each newly-added ‘To Do’ item appears at the top of the ‘To Do’ list (not the bottom).
  4. User can click a button within each ‘To Do’ item to mark it as complete, at which point: a. The ‘To Do’ item disappears from the ‘To Do’ list b. The ‘To Do’ item appears at the top of the ‘Doing’ list. c. Items on the ‘Doing’ list should be styled differently than those on the ‘To Do’ list as an additional visual indication of their completion.
  5. User can click a button within each ‘Doing’ item to ‘unmark’ it as complete, at which point: a. The ‘Doing’ item disappears from the ‘Doing’ list. b. The ‘Doing’ item appears at the top of the ‘To Do’ list with the same styling as the other ‘To Do’ list items.
  6. Items on each list remain there until the user marks or ‘unmarks’ them.
  7. Your site has a title and intuitive labeling or instructions on how to use it.
  8. You can use only jQuery and JavaScript – no additional plugins/libraries.
  9. Your JS and CSS code is separate from your HTML (i.e., there should be no inline CSS styling or JavaScript within your HTML file).
  10. All of your JavaScript is commented appropriately.
  11. Your code is clean and concise (minimal repetition and unused code)-->

#Extra Credit (4 pts):

  1. Add a 'Done' section
  2. User can move items from the 'Doing' list to the 'Done' list
  3. User can move itesm from the 'Done' list to the 'Doing' list
  4. Items on the 'Done' list should be styled differently than those on the ‘To Do’ and 'Doing' lists as an additional visual indication of their completion.

fullstack_info_hw03's People

Contributors

haileshavers avatar parvsondhi avatar

Watchers

 avatar  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.