Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jordanurbaezlu/react-pokedex-app
- Owner: JordanUrbaezLu
- Created: 2022-05-12T00:15:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T02:59:25.000Z (6 months ago)
- Last Synced: 2024-05-29T16:18:08.339Z (6 months ago)
- Language: JavaScript
- Size: 390 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.