Simple single page application, which help you with tasks. It is programmed in Angular.js as learning by doing.
The application holds the name of task, measure time of task, CRUD operations over steps and saves its state to cookies and also loads.
- Build docker image
docker build -t ordinarynick/angular-spa-task-helper . - Run docker image
docker run -p 80:80 -d ordinarynick/angular-spa-task-helper
- Learn programming in Angular.js (version 1.7)
- Using Bootstrap 4+
- Practise in javascript programming
- Deploying angular.js app in docker
- Angular.js 1.7
- Bootstrap 4
- Underscore.js
- Docker
I have successfully programmed simple task helper, which save the state to cookies and you can add/update/delete steps of a task. Also learned programming in Angular.js.