Zoxorer / simple-vue-todolist

This is my first To Do List App from learning VueJS, without NPM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-vue-todolist

This is a simple To Do List application that I made from learning VueJS, without any NPM packages installed

Screenshot 📸

Screenshot

Tech ⚙️

Features ✨

  • Tasks Stored in localStorage so you don't lose it easily

  • Without NPM, all packages are loaded from html scripts

  • Marked green if the checkbox is marked as complete

  • Notifications during updates in the contents of tasks

  • Delete the Tasks list specifically

  • Modify the task list specifically

Run

Run with anything that can run an HTTP server, like python -m http.server

About

This is my first To Do List App from learning VueJS, without NPM


Languages

Language:JavaScript 53.7%Language:HTML 46.3%