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

https://github.com/saswatamcode/reactpokedex

A web application which lists pokémon data from PokeAPI.co. Made using React and material-ui.
https://github.com/saswatamcode/reactpokedex

hooks material-ui pokeapi react

Last synced: 12 months ago
JSON representation

A web application which lists pokémon data from PokeAPI.co. Made using React and material-ui.

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama)
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/)
[![GitHub forks](https://img.shields.io/github/forks/saswatamcode/ReactPokedex.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/saswatamcode/ReactPokedex/network/)
[![GitHub stars](https://img.shields.io/github/stars/saswatamcode/ReactPokedex.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/saswatamcode/ReactPokedex/stargazers/)
[![GitHub issues](https://img.shields.io/github/issues/saswatamcode/ReactPokedex.svg)](https://GitHub.com/saswatamcode/ReactPokedex/issues/)
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![Javascript](https://badges.frapsoft.com/javascript/code/javascript.svg?v=101)](https://github.com/ellerbrock/javascript-badges/)

# ReactPokédex
A web application which lists pokémon data from [PokeAPI.co](https://pokeapi.co/api/v2/). Made using React and material-ui.

## Screenshots
![Screenshot-1!](screenshots/Screenshot-1.png)
![Screenshot-2!](screenshots/Screenshot-2.png)

## To run
- Clone into repo
- Run `npm i`
- Run `npm start`
- Visit `localhost:3000`