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
-
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
- JavaScript
- jQuery
- Bootstrap
- HTML
- CSS
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)
To install Epicodus Todo List, follow these steps:
Via Downloading from GitHub:
- Download this repository onto your machine by clicking the "Clone or Download" button
- Download and extract the zip file to a directory of your choice
- Open up the index.html, styles.css, and the scripts.js files in your preferred code editor
- 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
There are no known bugs at this time
If you want to contact me you can reach us at chy.yoon@gmail.com or mrmcfarland@gmail.com
This project uses the following license: MIT
Copyright (c) 2020 Matt McFarland