Skip to content

volta2016/pokedex-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokédex App - React JS

dev requirements

  • Demonstrate that they can connect to an api and consume their endpoints
  • Use hooks (useState, useContext, useEffect)
  • Apply the global Context API state manager, applying the context architecture pattern
  • Design patterns (Render Props, HOC and Provider)

API and Busy Technologies

  • React js
  • RESTful Pokémon API url see API
  • API connections (fetch API)
  • Use hooks (useState, useContext, useEffect)
  • Context API state manager
  • Sass with its own layout and configuration system
  • React Router DOM
  • Custom Hook (useFetch, useModal)

url see project.

clone project

  • you must copy the url of the button code
  • sass verion: 4.12.0 you can look in package.json

Diagrams and global state of the App

Diagrams and global state of the App

2 contexts that encompass our App

Context AppState