Todo app for E-chat

Keeping track of your things was never easier

todo

Features

  • Create new Todos;
  • Input validation (no empty input);
  • CRUD operations with the tasks;
  • Tasks persist even if the page is refreshed (localStorage)
  • Conditionally-rendered images;

Tech

Installation

git clone https://github.com/Nikita0x/text-task-todo-vue.git
cd text-task-todo-vue
npm install
npm run dev

GitHub

View Github