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

https://github.com/claeusdev/react-poke

Simple react+typescript pokemon browser
https://github.com/claeusdev/react-poke

Last synced: 6 months ago
JSON representation

Simple react+typescript pokemon browser

Awesome Lists containing this project

README

          

## React-Poke

This is a simple React app that uses the [PokeApi](https://pokeapi.co/) to display some details about Pokemon Characters

## Tools and libs
- Create-React-App with Typescript
- Tachyons CSS
- PokeApi

# Setup

- Clone repo
- `cd react-poke`
- run `yarn` or `npm` to install packages
- run `yarn start` or `npm run start`, this builds [Tachyons](http://tachyons.io) into the project.

Enjoy.. Open for PRs