adilsonb / Pokedex

This is a personal challenge to create a responsive mini Pokedex project using html, css, javascript and data from Poke API.

Home Page:https://adilsonb.github.io/Pokedex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex

Pokedex

Github top language Github language count Repository size License

About   |   Features   |   Screenshots   |   Preview   |   Technologies   |   Requirements   |   Starting   |   License   |  


About

This is a personal challenge to create a responsive mini Pokedex project using HTML, CSS, Javascript and data from Poke API.

Features

Currently up to 1281 Pokémons can be loaded, displaying the image, type, and some of the main details of the selected Pokémon.

Screenshots

App Screenshot

App Screenshot

App Screenshot

Preview

You can preview the project here: Pokedex

Technologies

The following tools were used in this project:

✔️ HTML;
✔️ CSS;
✔️ Javascript;

Requirements

Before starting 🏁, you need to have Git and Node installed.

Starting

# Clone this project
$ git clone https://github.com/adilsonb/pokedex

# Access
$ cd pokedex

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the <http://localhost:3000>

License

This project is under license from MIT. For more details, see the LICENSE file.

MIT License
GPLv3 License
AGPL License

 

Made with ❤️ by Adilson Borszcz

Back to top

About

This is a personal challenge to create a responsive mini Pokedex project using html, css, javascript and data from Poke API.

https://adilsonb.github.io/Pokedex/

License:MIT License


Languages

Language:CSS 55.7%Language:JavaScript 37.8%Language:HTML 6.5%