├── Index.html ├── LICENSE ├── Midias └── logo.png ├── README.md ├── Scripts └── app.js └── Styles └── style.css /Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpessoni/Pokedex-JavaScript/HEAD/Index.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpessoni/Pokedex-JavaScript/HEAD/LICENSE -------------------------------------------------------------------------------- /Midias/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpessoni/Pokedex-JavaScript/HEAD/Midias/logo.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpessoni/Pokedex-JavaScript/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpessoni/Pokedex-JavaScript/HEAD/Scripts/app.js -------------------------------------------------------------------------------- /Styles/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gpessoni/Pokedex-JavaScript/HEAD/Styles/style.css --------------------------------------------------------------------------------