cbasdev / vue-pokedex

πŸ“± Development of a frontend architecture for the visualization of pokemon from a pokedex to an external API, with options to save a list of favorites.

Home Page:https://pokedex-cbasdev.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Pokedex

Description πŸ‘¨β€πŸ’»

Development of a frontend architecture for the visualization of pokemon from a pokedex to an external API, with options to save a list of favorites.

Deploy πŸš€

The project is deployed in a serverless server to optimize the review processes in different scenarios, in addition to integrating the continuous deployment with github.

I use Vercel because it combines the best developer experience with an obsessive focus on end-user performance.

You can see the project link by CLICKING HERE

Pre-Requisites πŸ“‹

npm install -g @vue/cli
# OR
yarn global add @vue/cli

Running Project πŸ› οΈ

Command Use Description
Run Project Node Run the project on http://localhost:8080
Build Process Node This command executes the production features described in the build

 

Technologies πŸ“±

  • TailwindCSS: The reason for using this technology is due to the versatility, speed and dynamism when creating custom designs.
  • Axios: I consider it to be the most used tool to make APIS requests easily, in addition to being incredibly easy to scale for a bridge architecture.
  • Sass: I use this css preprocessor due to the versatility and speed that allows me to create designs quickly and scalable..

Contributions πŸ‘₯

Developed by:
Sebastian Velez Montoya

About

πŸ“± Development of a frontend architecture for the visualization of pokemon from a pokedex to an external API, with options to save a list of favorites.

https://pokedex-cbasdev.vercel.app


Languages

Language:Vue 61.8%Language:JavaScript 29.4%Language:CSS 6.6%Language:HTML 2.2%