A simple, open-source TODO list application designed to help you organize tasks efficiently.
Try it out at https://milestone.yaskovdev.com.
To run locally run npm start
.
To run unit tests in a non-interactive mode run npm test
(npm test -- --watchAll=true
for an interactive mode).
To deploy to GitHub Pages run npm run deploy
.