Skip to content

shubich/pokemon-frontend-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemon-frontend-challenge

Build Status

Recommended system requirements

  • OS - Windows 10
  • Node.js - ^10
  • Browser - Google Chrome

Get started

npm install
npm start

Tech Stack

  • TypeScript
  • Create React App
  • React (100% Hooks, zero classes)

Used VS Code extensions

  • EditorConfig for VS Code
  • ESLint

VS Code settings.json

{
    "git.autofetch": true,
    "eslint.alwaysShowStatus": true,
    "eslint.validate": [
        "javascript",
        "javascriptreact",
        { "language": "typescript", "autoFix": true },
        { "language": "typescriptreact", "autoFix": true }
    ],
    "eslint.autoFixOnSave": true,
}

Done

  • SPA displaying ALL Pokemon with their avatar, stats, basic information and type
  • Filter Pokemon by Type(Water, Electric etc)
  • Moves list and evolution information

TODO

  • Error handling
  • ...

About

🦄 Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •