Menu Close

react-todo

React Todo With Local Storage

Local storage is a place in the browser that can be used to store data and the data will not be lost even if the browser is closed and the computer is restarted. Local storage itself can be used to store the required configuration.

Tech Stack

Client: Vite, React, TailwindCSS

Installation

Clone this project

  git clone git@github.com:sugiartofahmi/react-todo.git
  cd react-todo

Install Dependencie

  yarn

Start project

  yarn dev

Demo

Todo List

Local Storage

React Todo

View Source Code
Posted in Development