Summary
In this chapter, we have finally implemented the workout management page. Now we can see all the workouts stored in the database and create our own workouts. We have learned how to use the Google Firebase data storage system and API to store static files and we were able to store newly created workouts in the Firebase real-time database. We have also learned how to use a Bootstrap modal and used it to display each workout in a nice modal popup.
In the next chapter, we will do the most important job of every software implementation process – we will test what we have done so far. We will use Jest (https://facebook.github.io/jest/) to test our application. After that, we will finally deploy our application and define future work. Are you ready for testing your work? Then turn the page!