View replica app at: https://kevincote.github.io/mirego_moments/
Original web app: https://app.neverworkaday.com/moments
This app has been build using the public APIs of the "Never work a day" web application. I do not own any of the images and these are used only for demonstration purposes.
- Built with
Vue.js
- Base components from
Vuetify
- Test suite with
jest
andchai
Browser's localStorage is used in this project to store the likes and the comments of the user on the moments that comes from the API. This is intended as a mean to validate the
like
andcomment
features since I didn't have access to the complete API.
npm install
npm run serve
npm run test:unit
npm run deploy