Todo App

Mikelis Silins

Web Designer
Web Developer
CSS
HTML5
JavaScript

This Todo App is a simple web-based application that allows users to manage their daily tasks. It is designed with a minimalistic approach and provides essential features like adding, completing, and deleting tasks. The app stores your tasks in the browser's local storage, ensuring that your tasks persist even after you close the browser.

Features

Add Todo: Enter a task in the input field and press "Enter" or click the "ADD" button to add it to your list.

Mark as Completed: Click the checkbox next to a task to mark it as completed. Completed tasks will be crossed out.

Delete Todo: Click the trash can icon next to a task to delete it from your list.

Persisted Data: All tasks are saved in local storage, meaning your tasks will remain even after you close and reopen the app.

Technologies Used

HTML: For the structure of the web page.

CSS: For styling the application.

JavaScript: For the functionality of the todo app, including adding, deleting, and marking tasks as completed.

Local Storage: For saving and retrieving the list of tasks so they persist across sessions.

Acknowledgment

Thanks to the YouTube programming community, Coding2Go, and ChatGPT for their guidance and resources that helped in the development of this Todo App.

Partner With Mikelis
View Services

More Projects by Mikelis