The classic Todos Tracker as a Progressive Web App. Built using React, Redux, leveraging styled-components, PaperCSS, Service Worker tools. Data is retained using localStorage.
- Cross-browser, cross-platform support
- Installable web app
- Offline functionality with local storage
- Fancy yet simple UI
- Lightweight
Install all the required packages/dependencies using yarn
Serve the app to browser
- Use IndexedDB in place of localStorage
- Improve methods by using Observables/Promises
- Improve app responsiveness on all devices
Feel free to open issues and pull requests!