Basic todo app using tailwindcss and vanilla javascript.
yarn install
or npm install
yarn run build:dev
and for production yarn run build:prod
. If you are using npm replace yarn with npm in above commands. live-server public
This app doesn't store your todos anywhere. If you refersh the browser all the information will be gone.