/todo-app

Primary LanguageJavaScript

To-Do App

This is a simple todo application built with React.js and styled with Tailwind CSS. It allows users to perform CRUD operations and uses local storage to persist data

Features

  • Add new tasks to the todo list
  • Mark tasks as completed
  • Edit existing tasks
  • Delete tasks from the todo list
  • Persistent data storage with local storage

Technologies Used

  • React.js
  • Tailwind CSS