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
- Host: GitHub
- URL: https://github.com/claeusdev/react-poke
- Owner: claeusdev
- Created: 2019-07-17T23:01:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:42:34.000Z (about 3 years ago)
- Last Synced: 2025-08-02T16:27:19.735Z (6 months ago)
- Language: TypeScript
- Size: 2.89 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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