React Todo List App

screenshot of React Todo List App

Todo list application developed in react functional components and bootstrap. User can create new todo items. Every todo item will have status like ( incomplete , completed ). Users can mark them as complete once done. todo items are cached using localstorage. User can edit and delete existing to...