Skip to content

h-razavi/todo-crud-app

Repository files navigation

Simple CRUD Todo List App

Overview

This is as the title implies a simple todo list web app with CRUD (Create, Read, Update, Delete) funtionalities. You can visit the live app here : Simple CRUD Todo App

screenshot

What It Does

This app supports four basic functions seen in any todo list app.

  1. You can add tasks to your lists with title and due date.
  2. You can edit the title and due date of your tasks.
  3. You can mark your tasks as completed
  4. You can delete each task individually from your list.

Technologies

This app was developed by below mentioned technologies:

This app also utilizes the browser's LocalStorage to save data

Author

This App was designed and developed by Hossain Razavi