Skip to content

Website to add to a To Do List | JavaScript

Notifications You must be signed in to change notification settings

chyoon2/To-do-list-v1.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Epicodus Todo List

This is a todo list site that lets you add, remove, and check items off your todo list.

You can view it here: https://heyimmatt.github.io/epicodus-todo-list

Created by: Christopher Yoon and Matt McFarland

Created on: 6-15-2020

BDD Specifications

  • Program will allow users to create todos

    • Input: Todo description
    • Output: Completed? checkboc, todo description, and remove button
  • Program will allow users to delete todos

    • Input: Remove button click
    • Output: Todo is removed from list
  • Program will allow users to mark todos as complete

    • Input: Completed? checkbox click
    • Output: Todo is marked as complete and given strikethrough treatment

Technologies Used

  • JavaScript
  • jQuery
  • Bootstrap
  • HTML
  • CSS

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have an Internet browser (Chrome, Firefox, Safari, etc)
  • You have a code editor (VS Code, Atom, etc)

Installing Epicodus ToDo List

To install Epicodus Todo List, follow these steps:

Via Downloading from GitHub:

  1. Download this repository onto your machine by clicking the "Clone or Download" button
  2. Download and extract the zip file to a directory of your choice
  3. Open up the index.html, styles.css, and the scripts.js files in your preferred code editor
  4. Open the index.html file in your preferred browser

Via command line:

$ git clone https://github.com/HeyImMatt/epicodus-todo-list.git

$ cd epicodus-todo-list

$ code .

$ open index.html

Known Bugs

There are no known bugs at this time

Support and Contact

If you want to contact me you can reach us at chy.yoon@gmail.com or mrmcfarland@gmail.com

License

This project uses the following license: MIT

Copyright (c) 2020 Matt McFarland

About

Website to add to a To Do List | JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.2%
  • HTML 46.5%
  • CSS 1.3%