/pokedex

⚛️ Pokedex App Created using React

Primary LanguageJavaScript

Pokedex App

App Demo Page: https://th-pokedex.netlify.app

Project setup

Requirements:

  • Node v12 (Other versions might work as well but app was developed with v12)
  • Yarn

After your machine meet the requirements, you can simply install packages by running

yarn

Starting Project

All you have to do to run this application is to run following command in your terminal:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.