WingChhun / react-pokedex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React - Pokedex

Objective

  • Become familiar with using React's Context, Hooks API along with Styled-Components to create a small web application.

  • Become familiar with testing components that involve Context/Hooks

How to use

  • Install dependencies using npm install

  • To run app, npm run start

  • To run in dev mode npm run dev

  • To run unit tests

  • npm run test

  • Run unit test in watch mode

  • npm run test-watch

Notable Technologies

  • React
  • Context API, Hooks,
  • Jest
  • Enzyme
  • Styled-Components
  • SCSS
  • google-maps-react
  • react-router-dom
  • create-react-app
  • localStorage

Author

  • James Chhun

About

License:MIT License


Languages

Language:JavaScript 85.6%Language:CSS 9.6%Language:HTML 4.8%