a to-do list in Vanilla JavaScript - this repository contains its source code.

View the deployed website on GitHub pages»

Table of Contents
  1. About The Project
  2. Built With

About The Project

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.

Product Name Screen Shot

(back to top)

Built With

  • HTML,
  • CSS,
  • JavaScript,
  • GitHub pages for deployment and remote repository,
  • Git for version control.

(back to top)