/To-Do-List

Primary LanguageHTMLBSD 2-Clause "Simplified" LicenseBSD-2-Clause

To-Do-List

Technology used: HTML, CSS and JQuery.

This is a simple To-Do List which takes inputs and allocates them in a list, which you can delete and mark as done double clicking (This crosses down the item). You cannot permanently store items in the current website.

The JQuery version used is jquery-3.5.1.

You can add the following lines of code in the bottom of your Body tag in your HTML file to link the JQuery library.

<script src="https://code.jquery.com/jquery-3.5.1.js" integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js" integrity="sha256-T0Vest3yCU7pafRw9r+settMBX6JkKN06dqBnpQ8d30=" crossorigin="anonymous"></script>

Please use the main branch to clone the repository.