Skip to content

NullBrunk/Todo.js

Repository files navigation

Todo.js


GitHub top language GitHub commit activity repo size

react_todolist_demo.mp4

📚 General overview

To gain more experience with React and the localStorage API, I developed a dynamic to-do app with various features such as a search bar, a checkbox to hide completed tasks, and more. Tasks are stored in localStorage, ensuring that all modifications are persisted. Finally, the frontend is built using Tailwind.

⚒️ Installation

Tip

You'll need to install npm first.

git clone https://github.com/NullBrunk/Todo.js && cd Todo.js
npm i && npm run build