NullBrunk / Todo.js

Todo-list built with React & localStorage API

Home Page:https://react-todo-0.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Todo-list built with React & localStorage API

https://react-todo-0.netlify.app


Languages

Language:JavaScript 80.9%Language:CSS 15.6%Language:HTML 3.6%