A running demo can be found here.
This is yet another example of a simple Angular web app.
This sample app uses the broweser's local-storage for persisting state, therefore it requirs no backend.
Enjoy.
To run this app localy, make sure you have Angular CLI installed. Then just do:
git clone https://github.com/maorcc/posts-board.git
npm install
ng serve --open