Skip to content

website for search for pokemons consuming PokeAPI - made with javascript, vue.js and scss

Notifications You must be signed in to change notification settings

isabdch/pokefinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokeFinder


📖 Table of Contents


✏️ Project Description

A fully responsive website for searching for pokemons. Consuming PokeAPI.


🖥️ Technologies

  • JavaScript;

  • Vue.js;

  • Axios;

  • SCSS;


🥇 Features

The user can:

  • Search for pokemons and their evolutions;
  • View pokemons informations.

🚀 Install and build this project in Local Environment

  • Installation

    • Clone or download this repository;
    • In the project folder, run the code below to install all dependencies
      npm install
  • Build

    • Create a repository on GitHub;
    • Run the following code:
      git init
      git status
      git add .
      git commit -m "my first commit"
      git branch -M main
      git remote add origin <your_repository_name>
      git push -u origin main
    • Then to finally build the project run:
      npm run build
      git add dist -f    
      git commit -m "adding dist"
      git subtree push --prefix dist origin gh-pages
      And that's it!

⏱️ Status

This project is finished.


Made with 💜 by Isabelle Brandão 👋 See my LinkedIn

About

website for search for pokemons consuming PokeAPI - made with javascript, vue.js and scss

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published