Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1 KB

README.md

File metadata and controls

35 lines (29 loc) · 1 KB

To Do List


Table of contents

General info

This project is a browser to do list.
The main purpose of this is to write down tasks, that have to be done.
To add task, simply type it in a first line.
Cross out tasks, that you have done by clicking on them. Click again to undo this.
You can remove a task completely by clicking on a trash icon that appears while mousing over the task. Be careful - it can't be undone.

Technologies

Project is created with:

  • HTML5
  • CSS3
  • JavaScript (jQuery 3.3.1)

Supports

Recommended minimal browser versions:

  • Chrome 70
  • Edge 43
  • Firefox 62
  • Safari 11
  • Opera 57

Setup

To run this project, open this in a new tab: https://kpilszak.github.io/to-do-list/

Sources

This project is inspired by Colt Steele course "The Web Developer Bootcamp" from Udemy.