taletski / js-todo-app

Humble ToDo list app. Written mainly for practicing JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is a humble ToDo list web app. The project is for self education purpose.

Demo

Click here to try this out!

Features

  • To-Do app is implemented as a JS class;
  • Each app instance can be rendered in multiple Divs simultaneously;
  • If app is rendered in multiple places, all views are dynamically synchronized;
  • Bootstrap is used for styling;
  • I mainly used CSS to animate tasks deleting/marking;

About

Humble ToDo list app. Written mainly for practicing JS.


Languages

Language:HTML 55.1%Language:JavaScript 44.6%Language:CSS 0.4%