Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jordanurbaezlu/react-pokedex-app

Pokedex App created using React.
https://github.com/jordanurbaezlu/react-pokedex-app

Last synced: about 9 hours ago
JSON representation

Pokedex App created using React.

Awesome Lists containing this project

README

        

# React-Pokedex-App

Pokedex App created using React.
The React Pokedex App is a project that was created with React by fetching data, using axios, from the pokeapi.
The project allows users to search for any pokemon by region they first appeared in.
Project used create-react-app boilerplate that uses webpack to bundle and minify the css and javascript files.
CRA also use babel to transpile the JSX and ES6 to ES5.