An open API service indexing awesome lists of open source software.

https://github.com/victorsouza19/pokedex

:rocket: A Pokedex using data from PokeAPI.
https://github.com/victorsouza19/pokedex

axios bootstrapvue vuejs

Last synced: 5 months ago
JSON representation

:rocket: A Pokedex using data from PokeAPI.

Awesome Lists containing this project

README

          

# Pokédex


pokemon img

![Badge](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![Badge](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![Badge](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
![Badge](https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D)
![Badge](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white)

![image](https://user-images.githubusercontent.com/71740612/143724361-3526bf38-faa2-44ff-a1f9-71b49cdb232b.png)
> This is a simple website that shows some pokemons and their informations.

## 💻 Prerequisites

Before start, make sure you meet these requirements:

* You have installed the latest stable version of `Vue CLI`

## 🚀 Project Setup

To install, follow these steps:

Clone the project and run the command in the root directory:
```
npm install
```

## ☕ Using Pokédex

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

Test and enjoy! 😅

## 📫 Contributing for Pokédex

To contribute, follow these steps:

1. Fork this repository.
2. Create a branch with your feature name: `git checkout -b mynewfeature`.
3. Make your changes and confirm: `git commit -m 'messagehere'`
4. Push your change to the original branch: `git push origin mynewfeature`
5. Create the pull request.

Instead, you can check the GitHub documentation [Creating a Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).

## 🤝 Contributors



Victor Souza image


Victor Souza


## 📝 License

This project is under license. Check the file [LICENSE](LICENSE.txt) for more details.

[⬆ Go back to the top!](#Pokédex)