GithubHelp home page GithubHelp logo

todo-list's Introduction

ToDo - Custom Hooks

  • In this lab, I will be extending your ToDo application, utilizing a remote API and custom hooks.

Application Overview

The ToDo application will have the following features:

  • Tasks should be persisted across page reloads through the use of an API, either your own or the provided 401 API server - See API documentation here.

    • Note that when using the provided server, there may be multiple students changing the saved database tasks.
  • Users should be able to delete existing tasks by clicking a "delete" button on each task item.

  • Users should have access to a form where a new ToDo task can be added. This form should have the following fields:

    • Task Description / Text
    • Assigned To
    • Status (complete or incomplete)
    • Difficulty (a number between 1 and 5)
  • When users submit their new task form, they should see their task appear in a list of current tasks. This list should allow you to select any task to toggle it from complete to incomplete or vice versa.

  • The title on the browser tab should update to show the number of incomplete tasks. For example, the title could read "4 Incomplete ToDo Items" or something similar.

todo-list's People

Contributors

thomas720 avatar

Watchers

James Cloos 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.