a to-do list in Vanilla JavaScript - this repository contains its source code.
View the deployed website on GitHub pages»
Table of Contents
This project is a simple to do list where todos can be created, marked as completed ot deleted. Beside a search bar we have an option of displaying either all todos, completed todos or uncompleted todos. Created todos are being saved in browser's localStorage.
- HTML,
- CSS,
- JavaScript,
- GitHub pages for deployment and remote repository,
- Git for version control.