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
- Host: GitHub
- URL: https://github.com/ma7eer/pokedex
- Owner: Ma7eer
- Created: 2018-07-17T09:15:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T11:37:46.000Z (over 7 years ago)
- Last Synced: 2026-02-06T02:12:37.486Z (5 months ago)
- Topics: react, react-redux, react-router, redux
- Language: JavaScript
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```