A basic todo app with darkmode made with vanilla JS. I wanted to replicate my Vue todo app without any framework.
Features:
- Create task
- Delete task
- Edit task
- Mark/unmark task as done
- Clear whole list
- Darkmode/lightmode
npm install
npm run start
npm run build