bigmosi / Todo-Lists-App

This is a web application that enables users to add, edit and remove tasks they intend to perform. Built with JavaScript, HTML, and CSS.
3 stars 0 forks source link

Todo list application #1

Closed bigmosi closed 2 years ago

bigmosi commented 2 years ago

Added the HTML structure of the todo list application Added the todo list items dynamically using javascript from an array of objects Added CSS styling for the todo list application homepage