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

https://github.com/ma7eer/pokedex

A Pokedex application built using React & Redux
https://github.com/ma7eer/pokedex

react react-redux react-router redux

Last synced: 3 months ago
JSON representation

A Pokedex application built using React & Redux

Awesome Lists containing this project

README

          

# Pokedex

A Pokedex application built using React

Technologies Used: React, Redux

## To launch app

```
cd Pokedex/
```

```
npm install
```

```
npm start
// or if you hate noise
npm start -s
```