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 might become an electron app (native file storage) and I said I would rewrite the React components using modern React which has been done in some components.