Favorite-things is an application that enables you to keep track of all you favorite things. It is hosted at https://favorite-things-front.herokuapp.com
- Vue.js
- Vuex.js
- webpack
- vuetify
- mocha-webpack
The backend service is an API built using the Django Rest Framework. Hosted on heroku https://favorite-things-back.herokuapp.com/v1/
$ git clone https://github.com/matthewacha/favorite-things-front.git
yarn install
yarn run serve
yarn run build
yarn run test:unit
yarn run lint
yarn run test:e2e
yarn run cover
The application will require you to login with only your name. This is so that you only interface with your favorite things.
When you feel excited about something new, this is how you add it to your favorite things
Here is how you change something about it
When you need to find things that belong to a same category
And some times, you just need to move on...
Images used in this project were sourced from https://www.jlstms.com/
Matthew O Wacha