Create, delete, and check todos.
- Create todo.
- Delete todo.
- Mark todo as completed.
- Storage our todos into localStorage.
Install angular-cli, preferibly globally into your machine.
npm install -g npm install -g @angular/cli
Clone the project from my repo.
git clone https://github.com/pgarciaegido/angular2_simple_checklist
Lauch a development server and try it out.
ng serve
Run unit-tests:
ng test
Feel free to add new features, or improve the application. Pull requests are always welcome.
- Important button, so we can highlight more important tasks
- Improve UI
You can contact me on pgarciaegido@gmail.com 🍺