Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 618 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 618 Bytes

Todo React App 📝

🖊️ A simple Todo App built using React and Tailwindcss

This is a super simple Todo App built using React.js and styled using Tailwindcss.

You can view a live demo of the project here: https://exquisite-cannoli-e119df.netlify.app/

😃 Features:

  • ➕ Add todos
  • 🗑️ Delete todos
  • ⏸ Save todos to Local Storage when the state changes
  • ▶️ Load the todos from Local Storage when the site is loaded again