Skip to content

A idéia deste desafio é nos permitir avaliar melhor as habilidades de candidatos à vagas de programador, de vários níveis.

Notifications You must be signed in to change notification settings

JuanxCursed/desafio-front-end

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a test of development knowledge in React-Redux .

Pokedex

Using PokeAPI v2 we implement a lot of patterns and adiciontal libraries making a Pokedex with the follow features:

  • List all pokemons with filter by name, Dex ID and per Type.
  • Manage my own Pokedex Library by adding and removing Pokemons
  • Show detailed information of a selected Pokemon such as:
    • Name
    • Image
    • Evolution chain
    • Abilities and show short effects
    • Types
    • Stats info

TODO

  • Custom Pokemon image upload

How to setup and run

Just run yarn install and npm start, no addictional actions required.

Tests (TODO)

You have 3 options npm test yarn test jest

Libaries used in this project

References

About

A idéia deste desafio é nos permitir avaliar melhor as habilidades de candidatos à vagas de programador, de vários níveis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • HTML 3.1%