3 Screen app, build with Vue3 using vuex to keep the state and Vue Router to navigate from page to page.
First view is a static splash screen, then you will access to the full pokemon list, where you have the option to click on the name of each Pokemon to see the modal of the full description or add it to your favorite list by clicking the star for each one.
You can preview the app in netlify.
- Vuex, Vue-Router, Sass, Axios.
- Independent Sass files by component: To make it easier to edit and scale.
- Sass mq: Better responsive handle.
npm install
npm run serve
npm run build
###Unit Testing will be added next
npm run test:unit
npm run lint