Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 926 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 926 Bytes

pokedex

This repo is a side-project for testing some a few technologies and building a cool pokemon fetch using graphql pokemon API

image

The final production version can be used here: https://ts-pokedex.netlify.com/

Running the project:

  • Using Node:

    • requrements:

      • node
      • yarn
    • $ yarn ( for instaling the depdendencies )

    • $ yarn start

  • Using Docker:

    • requirements:

      • Docker
      • Docker-compose
    • $ docker-compose build

    • $ docker-compose up

Tech used:

 - React
 - TypeScript
 - Urql/graphql
 - Styled-components

Future steps: