aliitani / todo-example-app

An Angular Example App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDoAppAngular

An Angular 5 Example App, built while I was learning Angular.

Firebase

Overview:

  • The App is basically a TO-DO app where a user is able to add tasks to their task list, and is able to prioritize certain tasks, look at the chart implemented from ng-charts for more motivation and insight, and a user can remove a task as well as set a task to 'done' and they will be able to see all the changes go through the chart as well.

Features

  • I have used ngCharts for the pie chart.
  • I used Event-Emitters for Cross-Component Communications, implemented alongside Services
  • Properly implemented Services and Dependency Injections.
  • Several Data & Event Bindings were implemented.
  • Also Two-Way binding was done for adding new tasks.

Implementation

  • I used Angular cli ver 1.6.4 (Angular 5)
  • I used Twitter Bootstrap 3 & Font-Awesome.
  • I also add ng-Charts & ngx-Toastr

License

  • MIT

Thanks, hope you enjoy!

About

An Angular Example App.

License:MIT License


Languages

Language:TypeScript 71.5%Language:HTML 21.0%Language:JavaScript 5.3%Language:CSS 2.2%