https://github.com/rodgeraraujo/pokedex
A simple Web Pokedex made using vuejs + vuex, router and more.
https://github.com/rodgeraraujo/pokedex
javascript nitendo pokeapi pokedex pokedex-application pokemon vue vue-components vue-pokedex vuejs vuejs2 vuex
Last synced: 6 months ago
JSON representation
A simple Web Pokedex made using vuejs + vuex, router and more.
- Host: GitHub
- URL: https://github.com/rodgeraraujo/pokedex
- Owner: rodgeraraujo
- License: mit
- Created: 2020-06-10T02:21:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T00:24:07.000Z (over 2 years ago)
- Last Synced: 2025-03-27T11:50:27.922Z (7 months ago)
- Topics: javascript, nitendo, pokeapi, pokedex, pokedex-application, pokemon, vue, vue-components, vue-pokedex, vuejs, vuejs2, vuex
- Language: Vue
- Homepage: https://pokedex.rogerioaraujo.dev
- Size: 18.3 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
A simple Web Pokedex made using vuejs + vuex, router and more.## Live
Live >
pokedex.rogerioaraujo.me
[](https://app.netlify.com/sites/web-pokedex/deploys)
## Features
### Application
- Server
- Vue + vue-router + vuex working together
- Animation
- Effects when switching route views (some cases)
- Single-file Vue Components
- Hot-reload in development### Pokedex!
- Single pokemon view details
- Entire pokemon listing
- Pokemon adaptative background## Data API
Pokedex! uses the [PokeAPI](https://pokeapi.co/) for consuming RESTful API.
## Contributing
If you want to contribute to a project and make it better, feel free to fork and contribute.
### TO-DO
#### Application
- Animation
- Effective animations when switching route views
- Single-file Vue Components
- CSS extraction for production#### Pokedex!
- Search box for home (has one offline, but not effective)
- Pokemon pages by generations> If you have any new functionality added or a bug to fix, feel free to improve the project.
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```## License
License [MIT](https://github.com/rodgeraraujo/minus.css/blob/master/LICENSE)
## Author
Made with ❤ by [Rogério Araújo](https://github.com/rodgeraraujo)