RTM is a tiny task management tool for the developer who wants to manage multiple projects. RTM provide NO DB NO AUTH functionality means You do not need any database to store data and No authentication process to access the workspaces.
So the question is, where will the data stored?
RTM built in React. There is no connection with the Backend server For that reason, the data will be store in localStorage. localStorage is limited to the browser only, so no one can access your workspace from another browser or device.
In Demo version, we set our database ENV credentials to data. so you will not see any changes after refresh the page. for more details. click here. also, it is okay if you don’t know react too much. there will be no change required until you want to add some functionality.
Live Preview link :
Live Documentation Link :
We use cookies on our website. By continuing to use our site, you consent to the use of cookies as described in our Cookies Policy.