Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

slhenty/pokedex-of-sd

Repository files navigation

Pokedex

A coding exercise by Steve Henty for Intuit 6/2019

Current State

Launches a Storybook of primitive components. Next steps would include:

  • wire up the redux connector for BagSelector
  • write localStorage side-effects for pokeBag redux slice
  • complete remaining components, per project plan in project-notes.md (see link below)

Links and Info

General Instructions see README_CRA2.md for the original README instructions created by create-react-app.

Project Notes see project-notes.md for notes and thought processes during the project