In the previous post we learned how to authenticate and how to access our data via REST calls. Now let’s continue with the implementation of a web app to display our data.

Step 5: Implement a web app

Our web app will be built using Angular and can be found on GitHub at open-ebike/open-ebike-frontend.

As a foundation we will implement an app frame that includes basic features such as

web-app-home-page.png


In the next post we will add authentication via SingleKey ID to our web app.