mathvp / vue-studies

A repository for all of my projects with Vue while I'm learning it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueJS lessons

A repository for all of my projects with Vue while I'm learning it.

Projects List

It gets the Pokemon info data from PokeAPI with Axios and shows to the user. In this version you can check more pokemon details than v1, each creature has it own detail page. Each detail page shows the pokemon picture with a custom background color, based on its type, Grass pokemons has green backgrounds, flying type has a blue one, etc.

Screenshots

Click HERE for more details about this project


  • pokemon-info

A simple application to learn Vue.js.

It just GETs the 1st generation Pokemon info from PokeAPI with Axios and list them. The results can be filtered by Pokemon name. I used Vue.js Computed Properties for this.

Preview

The preview can be seen on Heroku: https://pokemon-info.herokuapp.com/

Screenshots

alt Preview


This is my second exercise to learn Vue.js and Javascript, a simple calculator stylized with CSS3:

Calc screenshot

No images it was used in this app, only CSS.


My first exercise to learn Vue, it's a simple task list. Todo app

About

A repository for all of my projects with Vue while I'm learning it.


Languages

Language:JavaScript 47.4%Language:Vue 20.8%Language:HTML 18.5%Language:CSS 13.3%