This is a simple contact list app as a learning project, built with vue, vuex, vue-router, express, mongoDB and bulma css framework.
A simple API serves contact data from a cloud-hosted mongoDB database on mLab, which are generated from randomuser.me
You can check out demo app on Heroku. (Dyno probably sleeping, might take a while for initial load.)
- Deploy a demo application
- Switch to mongodb instead of parsing local JSON
- Add create, update, delete contact functionality
- Unit tests