atrotter0 / to-do-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do List

Epicodus Intro to Programming: Lesson, 06.11.18

By Kelli Brooke & Abel Trotter

Description

A simple website asking user to input items to add to a to do list. This is to practice working with objects.

Specs

  • Program has a constructor to format information from user into objects.
  • Take user input and create objects on click using said constructor.
  • Display new objects in list on webpage.
  • When user clicks on the item, it will strike through to show it is completed.

Setup/Contribution Requirements

  1. Clone the repo
  2. Make a new branch
  3. Commit and push your changes
  4. Create a PR

Technologies Used

  • Bootstrap 4.0.0
  • jQuery 3.3.1

Links

License

This software is licensed under the MIT license.

Copyright (c) 2018 Kelli Brooke & Abel Trotter

About


Languages

Language:JavaScript 47.8%Language:HTML 42.7%Language:CSS 9.5%