teoh4770 / pomotama

A Pomofocus clone with React and TypeScript. For personal usage + learning purposes (not in production!).
https://pomotama.netlify.app/
MIT License
10 stars 3 forks source link

[Feature] Database #3

Open teoh4770 opened 6 months ago

teoh4770 commented 6 months ago

Instead of just using window.localStorage Web API to store the user's data, we can use a database to keep track of user's data as well. With this, user can access to his data with any device, as long as he has signed in to his account. With that in mind, we should also allow user to have the option to sign up or sign in to the account to access to his data.