Redux Todo App A simple Todo list app in React (TypeScript) demonstrating the use of Redux for state management. The app persists state in localstorage, has a few unit tests and uses Tailwind for styling. How to use Clone repo npm install npm run dev