/pokedex-exercise

Try to create a Pokedex! First time of using Javascript. This repository helped me to learn javascript and it's not finished.

Primary LanguageJavaScriptMIT LicenseMIT

Pokedex exercise

Try to create a Pokedex!

Usage

Install dependencies

npm install

Run app in developer mode

npm run dev

Run test watcher

npm run test-watch

Exercise

See files in src folder for instructions.