iandenegri / html-css-jquery-todo-list

To-Do list created using HTML, CSS, Javascript and jQuery as an exercise in creating FE based projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BASIC TO-DO LIST

About

This project is a basic to-do list the operates using HTML and CSS for the presentation and jQuery for the logic. Image of site index

Set up

  • Pull this repo from Github
  • Run todo.html in a browser
  • Interact with page

Use instructions

  • Hover over an element to either:
    • Click it to complete it
    • Show the trash that can be used to delete that task
  • Click the plus sign to toggle the text input
    • Type your new todo and hit enter to add it to your list

Todo

  • Done!

About

To-Do list created using HTML, CSS, Javascript and jQuery as an exercise in creating FE based projects.


Languages

Language:CSS 41.3%Language:HTML 30.7%Language:JavaScript 28.0%