Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 427 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 427 Bytes

React Todo List

Simple React Todo App

Demo

https://todo-vanila-react.vercel.app/

Installation

npm install

or

yarn install

Start

npm run dev

or

yarn dev

Functionality

  1. Adding, editing, toggling, deleting todo's
  2. Filtering and deleting completed todo's
  3. Theme switching