An Elegant todo
Progressive Web Application
To do app to keep track of pending tasks and things, it will tell me and you what tasks we've got to do!
Todo App: https://tellmetodo.vercel.app/
A Progressive Web Application (PWAs) are web apps that use service workers, manifests, and other web-platform features in combination with progressive enhancement to give users an experience on par with native apps.
This project is made with Create React App's PWA support. To read more on it: web.dev blogs
Basically, you can add shortcut of the site to your mobile phone and use the app with or without internet! Cool, right? That's PWA!
To install the PWA, simply use Install app
or Add to home screen
option from the menu of your mobile phone browser.
You may be automatically prompted to install/add-shortcut of the web app depending on your browser(As you may see in the demo gif).
For desktop(Windows, Mac or Linux), click the Install
icon on upper right corner in the URL bar to install the PWA as desktop app.
- React.js
- PWA(create-react-app)
- IndexedDb
Also checkout exactly the same project, but made with Vanilla JavaScript, HTML & CSS: https://github.com/kartikp36/to-do-app
This project was bootstrapped with Create React App.
In the project directory, you can run:
yarn start
Runs the app in the development mode.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.