Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Updated README.md file #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# To-do
## To-do

A simple todo list app built in HTML, CSS and JavaScript.

If you want to learn how to build this yourself you can check out the YouTube video that walks through the whole process here:
- [Learn to code a to-do list app in JavaScript - Part 1](https://www.youtube.com/watch?v=2wCpkOk2uCg)
- [Learn to code a to-do list app in JavaScript - Part 2](https://www.youtube.com/watch?v=bGLZ2pwCaiI)

## License
[MIT](LICENSE.md) © [Max Sandelin](https://instagram.com/themaxsandelin)
Learn to code a to-do list app in JavaScript - Part 1
Learn to code a to-do list app in JavaScript - Part 2

## Features

- Add new tasks to the list
- Mark tasks as completed or incomplete
- Edit task names
- Delete tasks from the list in it

License
MIT © Max Sandelin