Git Product home page Git Product logo

blackline_react_pokedex's People

Contributors

douglasbielinski avatar rappayne avatar

Watchers

 avatar

blackline_react_pokedex's Issues

Show images for each Pokemon

There's an object "sprites" with a URL to a png/jpg/whatever. Display all of them in the PokemonPage.tsx component. We'll need to iterate the key/value pairs in pokemon.sprites.

Add a "Loading" notification

Any component that is making a fetch should have a loading placeholder while fetching. Currently doing this in two places; PokemonRoot and PokemonPage.

Show more sprites

Currently we're only showing one level of sprite. Let's show them all.

Sprites from the API is an object. If the top level value is an image, we're showing it but if it is another object, we're skipping it. We should instead drill into the next N levels, adding images as long as we have more levels. (We'll need to use recursion to do this).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.