A to-do list site that helps you get things done.
People who want to start a routine mostly, but you can also use it for projects and saves.
Here is how I have been organizing it (I have been using it for 2 years of my academic career)
Contributions are welcome! Just send a pull request.
1.Download NPM
2.Get VSCODE (or any other editor)
3.Open the downloaded folder in VSCODE
4.Open up the terminal
5.Run Commands
Enter npm install
Enter npm run start
6.It will be launched on localhost (in your browser)
To-Doz-React is probably going to use IndexedDB for better performance and better security